Html Css Color HEX #A601E8 Dark Violet

📋 copy color: '#A601E8'

red 166 ◦ green 1 ◦ blue 232

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

Shades of Dark Violet #A601E8

Tints of Dark Violet #A601E8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 232 (91.02% from 255) = 58.15%

R = 41.6%
G = 0.25%
B = 58.15%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A601E8 (or 0xA601E8) is known color: Dark Violet. HEX triplet: A6, 01 and E8. RGB value is (166,1,232). Sum of RGB (Red+Green+Blue) = 166+1+232=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #A601E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A601E8 is #59FE17. Grayscale: #4B4B4B. Windows color (decimal): -5897752 or 15204774. OLE color: 15204774.

HSL color Cylindrical-coordinate representation of color #A601E8: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601E8 is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 1 232 -
CMYK 0.28 1.00 0 0.09
HSL 282.86º 0.99% 0.46% -
HSV(B) 282.86º 1% 0.91% -
XYZ 30.3 13.95 77.44 -
YUV 76.67 215.66 191.72 -
System Red Green Blue C M Y K H S L
Decimal 166 1 232 0.28 1.00 0 0.09 282.86 0.99 0.46
Hex A6 1 E8 1C 64 0 9 11B 63 2E
Octal 246 1 350 34 144 0 11 433 143 56
Binary 10100110 1 11101000 11100 1100100 0 1001 100011011 1100011 101110

Color Harmonies of #A601E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601E8

Black with #A601E8

Text Example


Text Example

White with #A601E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601E8; }

 p { color: rgb(166,1,232); }

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

background-color css

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

 a { background-color: rgb(166,1,232); }

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

border-color css

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

 span { border-color: rgb(166,1,232); }

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