Html Css Color HEX #AA17D3 Dark Violet

📋 copy color: '#AA17D3'

red 170 ◦ green 23 ◦ blue 211

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

Shades of Dark Violet #AA17D3

Tints of Dark Violet #AA17D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.23%

R = 42.08%
G = 5.69%
B = 52.23%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA17D3 (or 0xAA17D3) is known color: Dark Violet. HEX triplet: AA, 17 and D3. RGB value is (170,23,211). Sum of RGB (Red+Green+Blue) = 170+23+211=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA17D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17D3 is #55E82C. Grayscale: #575757. Windows color (decimal): -5629997 or 13834154. OLE color: 13834154.

HSL color Cylindrical-coordinate representation of color #AA17D3: hue angle of 286.91º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA17D3 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 23 211 -
CMYK 0.19 0.89 0 0.17
HSL 286.91º 0.8% 0.46% -
HSV(B) 286.91º 0.89% 0.83% -
XYZ 28.64 13.86 62.79 -
YUV 88.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 170 23 211 0.19 0.89 0 0.17 286.91 0.8 0.46
Hex AA 17 D3 13 59 0 11 11F 50 2E
Octal 252 27 323 23 131 0 21 437 120 56
Binary 10101010 10111 11010011 10011 1011001 0 10001 100011111 1010000 101110

Color Harmonies of #AA17D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17D3

Black with #AA17D3

Text Example


Text Example

White with #AA17D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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