Html Css Color HEX #A606DF Dark Violet

📋 copy color: '#A606DF'

red 166 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #A606DF

Tints of Dark Violet #A606DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 42.03%
G = 1.52%
B = 56.46%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A606DF (or 0xA606DF) is known color: Dark Violet. HEX triplet: A6, 06 and DF. RGB value is (166,6,223). Sum of RGB (Red+Green+Blue) = 166+6+223=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #A606DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606DF is #59F920. Grayscale: #4D4D4D. Windows color (decimal): -5896481 or 14616230. OLE color: 14616230.

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

Color convert

RGB 166 6 223 -
CMYK 0.26 0.97 0 0.13
HSL 284.24º 0.95% 0.45% -
HSV(B) 284.24º 0.97% 0.87% -
XYZ 29.11 13.56 70.9 -
YUV 78.58 209.51 190.36 -
System Red Green Blue C M Y K H S L
Decimal 166 6 223 0.26 0.97 0 0.13 284.24 0.95 0.45
Hex A6 6 DF 1A 61 0 D 11C 5F 2D
Octal 246 6 337 32 141 0 15 434 137 55
Binary 10100110 110 11011111 11010 1100001 0 1101 100011100 1011111 101101

Color Harmonies of #A606DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606DF

Black with #A606DF

Text Example


Text Example

White with #A606DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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