Html Css Color HEX #A503DF Dark Violet

📋 copy color: '#A503DF'

red 165 ◦ green 3 ◦ blue 223

#A503DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A503DF

Tints of Dark Violet #A503DF

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 42.2%
G = 0.77%
B = 57.03%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A503DF (or 0xA503DF) is known color: Dark Violet. HEX triplet: A5, 03 and DF. RGB value is (165,3,223). Sum of RGB (Red+Green+Blue) = 165+3+223=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #A503DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A503DF is #5AFC20. Grayscale: #4B4B4B. Windows color (decimal): -5962785 or 14615461. OLE color: 14615461.

HSL color Cylindrical-coordinate representation of color #A503DF: hue angle of 284.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503DF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 3 223 -
CMYK 0.26 0.99 0 0.13
HSL 284.18º 0.97% 0.44% -
HSV(B) 284.18º 0.99% 0.87% -
XYZ 28.87 13.39 70.88 -
YUV 76.52 210.67 191.11 -
System Red Green Blue C M Y K H S L
Decimal 165 3 223 0.26 0.99 0 0.13 284.18 0.97 0.44
Hex A5 3 DF 1A 63 0 D 11C 61 2C
Octal 245 3 337 32 143 0 15 434 141 54
Binary 10100101 11 11011111 11010 1100011 0 1101 100011100 1100001 101100

Color Harmonies of #A503DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A503DF

Black with #A503DF

Text Example


Text Example

White with #A503DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A503DF; }

 p { color: rgb(165,3,223); }

 H1.HeaderClassName
 {
   color: #A503DF;
 }
 .AnyTagClassName
 {
   color: #A503DF;
 }
</style>

background-color css

<style>
 a { background-color: #A503DF; }

 a { background-color: rgb(165,3,223); }

 div.DivClassName
 {
   background-color: #A503DF;
 }
 .BgClassName
 {
   background-color: #A503DF;
 }
</style>

border-color css

<style>
 span { border-color: #A503DF; }

 span { border-color: rgb(165,3,223); }

 td.TdClassName
 {
   border-color: #A503DF;
 }
 .TagClassName
 {
   border-color: #A503DF;
 }
</style>