Html Css Color HEX #A801CE Dark Violet

📋 copy color: '#A801CE'

red 168 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #A801CE

Tints of Dark Violet #A801CE

RGB

 RED value IS 168 (66.02% from 255) = 44.8%

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 44.8%
G = 0.27%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A801CE (or 0xA801CE) is known color: Dark Violet. HEX triplet: A8, 01 and CE. RGB value is (168,1,206). Sum of RGB (Red+Green+Blue) = 168+1+206=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A801CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801CE is #57FE31. Grayscale: #494949. Windows color (decimal): -5766706 or 13500840. OLE color: 13500840.

HSL color Cylindrical-coordinate representation of color #A801CE: hue angle of 288.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A801CE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 1 206 -
CMYK 0.18 1.00 0 0.19
HSL 288.88º 0.99% 0.41% -
HSV(B) 288.88º 1% 0.81% -
XYZ 27.3 12.8 59.42 -
YUV 74.3 202.33 194.83 -
System Red Green Blue C M Y K H S L
Decimal 168 1 206 0.18 1.00 0 0.19 288.88 0.99 0.41
Hex A8 1 CE 12 64 0 13 121 63 29
Octal 250 1 316 22 144 0 23 441 143 51
Binary 10101000 1 11001110 10010 1100100 0 10011 100100001 1100011 101001

Color Harmonies of #A801CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801CE

Black with #A801CE

Text Example


Text Example

White with #A801CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801CE; }

 p { color: rgb(168,1,206); }

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

background-color css

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

 a { background-color: rgb(168,1,206); }

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

border-color css

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

 span { border-color: rgb(168,1,206); }

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