Html Css Color HEX #A606E1 Dark Violet

📋 copy color: '#A606E1'

red 166 ◦ green 6 ◦ blue 225

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

Shades of Dark Violet #A606E1

Tints of Dark Violet #A606E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.68%

R = 41.81%
G = 1.51%
B = 56.68%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A606E1 (or 0xA606E1) is known color: Dark Violet. HEX triplet: A6, 06 and E1. RGB value is (166,6,225). Sum of RGB (Red+Green+Blue) = 166+6+225=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #A606E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606E1 is #59F91E. Grayscale: #4E4E4E. Windows color (decimal): -5896479 or 14747302. OLE color: 14747302.

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

Color convert

RGB 166 6 225 -
CMYK 0.26 0.97 0 0.12
HSL 283.84º 0.95% 0.45% -
HSV(B) 283.84º 0.97% 0.88% -
XYZ 29.38 13.67 72.32 -
YUV 78.81 210.51 190.19 -
System Red Green Blue C M Y K H S L
Decimal 166 6 225 0.26 0.97 0 0.12 283.84 0.95 0.45
Hex A6 6 E1 1A 61 0 C 11C 5F 2D
Octal 246 6 341 32 141 0 14 434 137 55
Binary 10100110 110 11100001 11010 1100001 0 1100 100011100 1011111 101101

Color Harmonies of #A606E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A606E1

Black with #A606E1

Text Example


Text Example

White with #A606E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A606E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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