Html Css Color HEX #AA17CB Dark Violet

📋 copy color: '#AA17CB'

red 170 ◦ green 23 ◦ blue 203

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

Shades of Dark Violet #AA17CB

Tints of Dark Violet #AA17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

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

R = 42.93%
G = 5.81%
B = 51.26%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA17CB (or 0xAA17CB) is known color: Dark Violet. HEX triplet: AA, 17 and CB. RGB value is (170,23,203). Sum of RGB (Red+Green+Blue) = 170+23+203=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA17CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17CB is #55E834. Grayscale: #565656. Windows color (decimal): -5630005 or 13309866. OLE color: 13309866.

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

Color convert

RGB 170 23 203 -
CMYK 0.16 0.89 0 0.20
HSL 289º 0.8% 0.44% -
HSV(B) 289º 0.89% 0.8% -
XYZ 27.66 13.47 57.64 -
YUV 87.47 193.2 186.86 -
System Red Green Blue C M Y K H S L
Decimal 170 23 203 0.16 0.89 0 0.20 289 0.8 0.44
Hex AA 17 CB 10 59 0 14 121 50 2C
Octal 252 27 313 20 131 0 24 441 120 54
Binary 10101010 10111 11001011 10000 1011001 0 10100 100100001 1010000 101100

Color Harmonies of #AA17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17CB

Black with #AA17CB

Text Example


Text Example

White with #AA17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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