Html Css Color HEX #AA00CA Dark Violet

📋 copy color: '#AA00CA'

red 170 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #AA00CA

Tints of Dark Violet #AA00CA

RGB

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

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

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

R = 45.7%
G = 0%
B = 54.3%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA00CA (or 0xAA00CA) is known color: Dark Violet. HEX triplet: AA, 00 and CA. RGB value is (170,0,202). Sum of RGB (Red+Green+Blue) = 170+0+202=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 0 (0.39% from 255 or 0% 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 #AA00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA00CA is #55FF35. Grayscale: #494949. Windows color (decimal): -5635894 or 13238442. OLE color: 13238442.

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

Color convert

RGB 170 0 202 -
CMYK 0.16 1 0 0.21
HSL 290.5º 1% 0.4% -
HSV(B) 290.5º 1% 0.79% -
XYZ 27.24 12.81 56.91 -
YUV 73.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 170 0 202 0.16 1 0 0.21 290.5 1 0.4
Hex AA 0 CA 10 64 0 15 122 64 28
Octal 252 0 312 20 144 0 25 442 144 50
Binary 10101010 0 11001010 10000 1100100 0 10101 100100010 1100100 101000

Color Harmonies of #AA00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00CA

Black with #AA00CA

Text Example


Text Example

White with #AA00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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