Html Css Color HEX #AA11CA Dark Violet

📋 copy color: '#AA11CA'

red 170 ◦ green 17 ◦ blue 202

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

Shades of Dark Violet #AA11CA

Tints of Dark Violet #AA11CA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.37%

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

R = 43.7%
G = 4.37%
B = 51.93%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA11CA (or 0xAA11CA) is known color: Dark Violet. HEX triplet: AA, 11 and CA. RGB value is (170,17,202). Sum of RGB (Red+Green+Blue) = 170+17+202=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA11CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA11CA is #55EE35. Grayscale: #535353. Windows color (decimal): -5631542 or 13242794. OLE color: 13242794.

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

Color convert

RGB 170 17 202 -
CMYK 0.16 0.92 0 0.21
HSL 289.62º 0.84% 0.43% -
HSV(B) 289.62º 0.92% 0.79% -
XYZ 27.44 13.21 56.98 -
YUV 83.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 170 17 202 0.16 0.92 0 0.21 289.62 0.84 0.43
Hex AA 11 CA 10 5C 0 15 122 54 2B
Octal 252 21 312 20 134 0 25 442 124 53
Binary 10101010 10001 11001010 10000 1011100 0 10101 100100010 1010100 101011

Color Harmonies of #AA11CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11CA

Black with #AA11CA

Text Example


Text Example

White with #AA11CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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