Html Css Color HEX #AA17DF Dark Violet

📋 copy color: '#AA17DF'

red 170 ◦ green 23 ◦ blue 223

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

Shades of Dark Violet #AA17DF

Tints of Dark Violet #AA17DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 40.87%
G = 5.53%
B = 53.61%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA17DF (or 0xAA17DF) is known color: Dark Violet. HEX triplet: AA, 17 and DF. RGB value is (170,23,223). Sum of RGB (Red+Green+Blue) = 170+23+223=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA17DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17DF is #55E820. Grayscale: #595959. Windows color (decimal): -5629985 or 14620586. OLE color: 14620586.

HSL color Cylindrical-coordinate representation of color #AA17DF: hue angle of 284.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA17DF is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 23 223 -
CMYK 0.24 0.90 0 0.13
HSL 284.1º 0.81% 0.48% -
HSV(B) 284.1º 0.9% 0.87% -
XYZ 30.2 14.49 71.02 -
YUV 89.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 170 23 223 0.24 0.90 0 0.13 284.1 0.81 0.48
Hex AA 17 DF 18 5A 0 D 11C 51 30
Octal 252 27 337 30 132 0 15 434 121 60
Binary 10101010 10111 11011111 11000 1011010 0 1101 100011100 1010001 110000

Color Harmonies of #AA17DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17DF

Black with #AA17DF

Text Example


Text Example

White with #AA17DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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