Html Css Color HEX #A901CA Dark Violet

📋 copy color: '#A901CA'

red 169 ◦ green 1 ◦ blue 202

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

Shades of Dark Violet #A901CA

Tints of Dark Violet #A901CA

RGB

 RED value IS 169 (66.41% from 255) = 45.43%

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

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

R = 45.43%
G = 0.27%
B = 54.3%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A901CA (or 0xA901CA) is known color: Dark Violet. HEX triplet: A9, 01 and CA. RGB value is (169,1,202). Sum of RGB (Red+Green+Blue) = 169+1+202=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #A901CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901CA is #56FE35. Grayscale: #494949. Windows color (decimal): -5701174 or 13238697. OLE color: 13238697.

HSL color Cylindrical-coordinate representation of color #A901CA: hue angle of 290.15º 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 #A901CA is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 1 202 -
CMYK 0.16 1.00 0 0.21
HSL 290.15º 0.99% 0.4% -
HSV(B) 290.15º 1% 0.79% -
XYZ 27.03 12.72 56.91 -
YUV 74.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 169 1 202 0.16 1.00 0 0.21 290.15 0.99 0.4
Hex A9 1 CA 10 64 0 15 122 63 28
Octal 251 1 312 20 144 0 25 442 143 50
Binary 10101001 1 11001010 10000 1100100 0 10101 100100010 1100011 101000

Color Harmonies of #A901CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901CA

Black with #A901CA

Text Example


Text Example

White with #A901CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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