Html Css Color HEX #A801CA Dark Violet

📋 copy color: '#A801CA'

red 168 ◦ green 1 ◦ blue 202

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

Shades of Dark Violet #A801CA

Tints of Dark Violet #A801CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 45.28%
G = 0.27%
B = 54.45%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A801CA (or 0xA801CA) is known color: Dark Violet. HEX triplet: A8, 01 and CA. RGB value is (168,1,202). Sum of RGB (Red+Green+Blue) = 168+1+202=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A801CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801CA is #57FE35. Grayscale: #494949. Windows color (decimal): -5766710 or 13238696. OLE color: 13238696.

HSL color Cylindrical-coordinate representation of color #A801CA: hue angle of 289.85º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A801CA is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 1 202 -
CMYK 0.17 1.00 0 0.21
HSL 289.85º 0.99% 0.4% -
HSV(B) 289.85º 1% 0.79% -
XYZ 26.82 12.61 56.9 -
YUV 73.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 168 1 202 0.17 1.00 0 0.21 289.85 0.99 0.4
Hex A8 1 CA 11 64 0 15 122 63 28
Octal 250 1 312 21 144 0 25 442 143 50
Binary 10101000 1 11001010 10001 1100100 0 10101 100100010 1100011 101000

Color Harmonies of #A801CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A801CA

Black with #A801CA

Text Example


Text Example

White with #A801CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A801CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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