Html Css Color HEX #AA17E8 Dark Violet

📋 copy color: '#AA17E8'

red 170 ◦ green 23 ◦ blue 232

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

Shades of Dark Violet #AA17E8

Tints of Dark Violet #AA17E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 54.59%

R = 40%
G = 5.41%
B = 54.59%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA17E8 (or 0xAA17E8) is known color: Dark Violet. HEX triplet: AA, 17 and E8. RGB value is (170,23,232). Sum of RGB (Red+Green+Blue) = 170+23+232=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA17E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA17E8 is #55E817. Grayscale: #5A5A5A. Windows color (decimal): -5629976 or 15210410. OLE color: 15210410.

HSL color Cylindrical-coordinate representation of color #AA17E8: hue angle of 282.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17E8 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 23 232 -
CMYK 0.27 0.90 0 0.09
HSL 282.2º 0.82% 0.5% -
HSV(B) 282.2º 0.9% 0.91% -
XYZ 31.45 14.99 77.58 -
YUV 90.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 170 23 232 0.27 0.90 0 0.09 282.2 0.82 0.5
Hex AA 17 E8 1B 5A 0 9 11A 52 32
Octal 252 27 350 33 132 0 11 432 122 62
Binary 10101010 10111 11101000 11011 1011010 0 1001 100011010 1010010 110010

Color Harmonies of #AA17E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17E8

Black with #AA17E8

Text Example


Text Example

White with #AA17E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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