Html Css Color HEX #A606E5 Dark Violet

📋 copy color: '#A606E5'

red 166 ◦ green 6 ◦ blue 229

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

Shades of Dark Violet #A606E5

Tints of Dark Violet #A606E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.11%

R = 41.4%
G = 1.5%
B = 57.11%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A606E5 (or 0xA606E5) is known color: Dark Violet. HEX triplet: A6, 06 and E5. RGB value is (166,6,229). Sum of RGB (Red+Green+Blue) = 166+6+229=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #A606E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606E5 is #59F91A. Grayscale: #4E4E4E. Windows color (decimal): -5896475 or 15009446. OLE color: 15009446.

HSL color Cylindrical-coordinate representation of color #A606E5: hue angle of 283.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606E5 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 6 229 -
CMYK 0.28 0.97 0 0.10
HSL 283.05º 0.95% 0.46% -
HSV(B) 283.05º 0.97% 0.9% -
XYZ 29.93 13.89 75.23 -
YUV 79.26 212.51 189.87 -
System Red Green Blue C M Y K H S L
Decimal 166 6 229 0.28 0.97 0 0.10 283.05 0.95 0.46
Hex A6 6 E5 1C 61 0 A 11B 5F 2E
Octal 246 6 345 34 141 0 12 433 137 56
Binary 10100110 110 11100101 11100 1100001 0 1010 100011011 1011111 101110

Color Harmonies of #A606E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606E5

Black with #A606E5

Text Example


Text Example

White with #A606E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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