Html Css Color HEX #AA00CD Dark Violet

📋 copy color: '#AA00CD'

red 170 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #AA00CD

Tints of Dark Violet #AA00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.33%
G = 0%
B = 54.67%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA00CD (or 0xAA00CD) is known color: Dark Violet. HEX triplet: AA, 00 and CD. RGB value is (170,0,205). Sum of RGB (Red+Green+Blue) = 170+0+205=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA00CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CD is #55FF32. Grayscale: #494949. Windows color (decimal): -5635891 or 13435050. OLE color: 13435050.

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

Color convert

RGB 170 0 205 -
CMYK 0.17 1 0 0.20
HSL 289.76º 1% 0.4% -
HSV(B) 289.76º 1% 0.8% -
XYZ 27.6 12.95 58.8 -
YUV 74.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 170 0 205 0.17 1 0 0.20 289.76 1 0.4
Hex AA 0 CD 11 64 0 14 122 64 28
Octal 252 0 315 21 144 0 24 442 144 50
Binary 10101010 0 11001101 10001 1100100 0 10100 100100010 1100100 101000

Color Harmonies of #AA00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00CD

Black with #AA00CD

Text Example


Text Example

White with #AA00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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