Html Css Color HEX #AA10CB Dark Violet

📋 copy color: '#AA10CB'

red 170 ◦ green 16 ◦ blue 203

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

Shades of Dark Violet #AA10CB

Tints of Dark Violet #AA10CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 43.7%
G = 4.11%
B = 52.19%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA10CB (or 0xAA10CB) is known color: Dark Violet. HEX triplet: AA, 10 and CB. RGB value is (170,16,203). Sum of RGB (Red+Green+Blue) = 170+16+203=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10CB is #55EF34. Grayscale: #525252. Windows color (decimal): -5631797 or 13308074. OLE color: 13308074.

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

Color convert

RGB 170 16 203 -
CMYK 0.16 0.92 0 0.20
HSL 289.41º 0.85% 0.43% -
HSV(B) 289.41º 0.92% 0.8% -
XYZ 27.54 13.23 57.6 -
YUV 83.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 170 16 203 0.16 0.92 0 0.20 289.41 0.85 0.43
Hex AA 10 CB 10 5C 0 14 121 55 2B
Octal 252 20 313 20 134 0 24 441 125 53
Binary 10101010 10000 11001011 10000 1011100 0 10100 100100001 1010101 101011

Color Harmonies of #AA10CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10CB

Black with #AA10CB

Text Example


Text Example

White with #AA10CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10CB; }

 p { color: rgb(170,16,203); }

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

background-color css

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

 a { background-color: rgb(170,16,203); }

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

border-color css

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

 span { border-color: rgb(170,16,203); }

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