Html Css Color HEX #A605DF Dark Violet

📋 copy color: '#A605DF'

red 166 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #A605DF

Tints of Dark Violet #A605DF

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

 GREEN value IS 5 (2.34% from 255) = 1.27%

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

R = 42.13%
G = 1.27%
B = 56.6%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A605DF (or 0xA605DF) is known color: Dark Violet. HEX triplet: A6, 05 and DF. RGB value is (166,5,223). Sum of RGB (Red+Green+Blue) = 166+5+223=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #A605DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605DF is #59FA20. Grayscale: #4D4D4D. Windows color (decimal): -5896737 or 14615974. OLE color: 14615974.

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

Color convert

RGB 166 5 223 -
CMYK 0.26 0.98 0 0.13
HSL 284.31º 0.96% 0.45% -
HSV(B) 284.31º 0.98% 0.87% -
XYZ 29.1 13.54 70.89 -
YUV 77.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 166 5 223 0.26 0.98 0 0.13 284.31 0.96 0.45
Hex A6 5 DF 1A 62 0 D 11C 60 2D
Octal 246 5 337 32 142 0 15 434 140 55
Binary 10100110 101 11011111 11010 1100010 0 1101 100011100 1100000 101101

Color Harmonies of #A605DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605DF

Black with #A605DF

Text Example


Text Example

White with #A605DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605DF; }

 p { color: rgb(166,5,223); }

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

background-color css

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

 a { background-color: rgb(166,5,223); }

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

border-color css

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

 span { border-color: rgb(166,5,223); }

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