Html Css Color HEX #A901CC Dark Violet

📋 copy color: '#A901CC'

red 169 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #A901CC

Tints of Dark Violet #A901CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 45.19%
G = 0.27%
B = 54.55%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A901CC (or 0xA901CC) is known color: Dark Violet. HEX triplet: A9, 01 and CC. RGB value is (169,1,204). Sum of RGB (Red+Green+Blue) = 169+1+204=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #A901CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901CC is #56FE33. Grayscale: #494949. Windows color (decimal): -5701172 or 13369769. OLE color: 13369769.

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

Color convert

RGB 169 1 204 -
CMYK 0.17 1.00 0 0.2
HSL 289.66º 0.99% 0.4% -
HSV(B) 289.66º 1% 0.8% -
XYZ 27.27 12.82 58.16 -
YUV 74.37 201.16 195.49 -
System Red Green Blue C M Y K H S L
Decimal 169 1 204 0.17 1.00 0 0.2 289.66 0.99 0.4
Hex A9 1 CC 11 64 0 14 122 63 28
Octal 251 1 314 21 144 0 24 442 143 50
Binary 10101001 1 11001100 10001 1100100 0 10100 100100010 1100011 101000

Color Harmonies of #A901CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901CC

Black with #A901CC

Text Example


Text Example

White with #A901CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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