Html Css Color HEX #AA17CF Dark Violet

📋 copy color: '#AA17CF'

red 170 ◦ green 23 ◦ blue 207

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

Shades of Dark Violet #AA17CF

Tints of Dark Violet #AA17CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 42.5%
G = 5.75%
B = 51.75%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA17CF (or 0xAA17CF) is known color: Dark Violet. HEX triplet: AA, 17 and CF. RGB value is (170,23,207). Sum of RGB (Red+Green+Blue) = 170+23+207=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA17CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA17CF is #55E830. Grayscale: #575757. Windows color (decimal): -5630001 or 13572010. OLE color: 13572010.

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

Color convert

RGB 170 23 207 -
CMYK 0.18 0.89 0 0.19
HSL 287.93º 0.8% 0.45% -
HSV(B) 287.93º 0.89% 0.81% -
XYZ 28.15 13.66 60.19 -
YUV 87.93 195.2 186.54 -
System Red Green Blue C M Y K H S L
Decimal 170 23 207 0.18 0.89 0 0.19 287.93 0.8 0.45
Hex AA 17 CF 12 59 0 13 120 50 2D
Octal 252 27 317 22 131 0 23 440 120 55
Binary 10101010 10111 11001111 10010 1011001 0 10011 100100000 1010000 101101

Color Harmonies of #AA17CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17CF

Black with #AA17CF

Text Example


Text Example

White with #AA17CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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