Html Css Color HEX #AA01CD Dark Violet

📋 copy color: '#AA01CD'

red 170 ◦ green 1 ◦ blue 205

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

Shades of Dark Violet #AA01CD

Tints of Dark Violet #AA01CD

RGB

 RED value IS 170 (66.8% from 255) = 45.21%

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

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 45.21%
G = 0.27%
B = 54.52%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA01CD (or 0xAA01CD) is known color: Dark Violet. HEX triplet: AA, 01 and CD. RGB value is (170,1,205). Sum of RGB (Red+Green+Blue) = 170+1+205=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA01CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA01CD is #55FE32. Grayscale: #4A4A4A. Windows color (decimal): -5635635 or 13435306. OLE color: 13435306.

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

Color convert

RGB 170 1 205 -
CMYK 0.17 1.00 0 0.20
HSL 289.71º 0.99% 0.4% -
HSV(B) 289.71º 1% 0.8% -
XYZ 27.61 12.98 58.81 -
YUV 74.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 170 1 205 0.17 1.00 0 0.20 289.71 0.99 0.4
Hex AA 1 CD 11 64 0 14 122 63 28
Octal 252 1 315 21 144 0 24 442 143 50
Binary 10101010 1 11001101 10001 1100100 0 10100 100100010 1100011 101000

Color Harmonies of #AA01CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA01CD

Black with #AA01CD

Text Example


Text Example

White with #AA01CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA01CD; }

 p { color: rgb(170,1,205); }

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

background-color css

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

 a { background-color: rgb(170,1,205); }

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

border-color css

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

 span { border-color: rgb(170,1,205); }

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