Html Css Color HEX #AA13CB Dark Violet

📋 copy color: '#AA13CB'

red 170 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #AA13CB

Tints of Dark Violet #AA13CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

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

R = 43.37%
G = 4.85%
B = 51.79%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA13CB (or 0xAA13CB) is known color: Dark Violet. HEX triplet: AA, 13 and CB. RGB value is (170,19,203). Sum of RGB (Red+Green+Blue) = 170+19+203=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA13CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13CB is #55EC34. Grayscale: #545454. Windows color (decimal): -5631029 or 13308842. OLE color: 13308842.

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

Color convert

RGB 170 19 203 -
CMYK 0.16 0.91 0 0.20
HSL 289.24º 0.83% 0.44% -
HSV(B) 289.24º 0.91% 0.8% -
XYZ 27.59 13.32 57.62 -
YUV 85.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 170 19 203 0.16 0.91 0 0.20 289.24 0.83 0.44
Hex AA 13 CB 10 5B 0 14 121 53 2C
Octal 252 23 313 20 133 0 24 441 123 54
Binary 10101010 10011 11001011 10000 1011011 0 10100 100100001 1010011 101100

Color Harmonies of #AA13CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13CB

Black with #AA13CB

Text Example


Text Example

White with #AA13CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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