Html Css Color HEX #AA15CF Dark Violet

📋 copy color: '#AA15CF'

red 170 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #AA15CF

Tints of Dark Violet #AA15CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

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

R = 42.71%
G = 5.28%
B = 52.01%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA15CF (or 0xAA15CF) is known color: Dark Violet. HEX triplet: AA, 15 and CF. RGB value is (170,21,207). Sum of RGB (Red+Green+Blue) = 170+21+207=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA15CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15CF is #55EA30. Grayscale: #565656. Windows color (decimal): -5630513 or 13571498. OLE color: 13571498.

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

Color convert

RGB 170 21 207 -
CMYK 0.18 0.90 0 0.19
HSL 288.06º 0.82% 0.45% -
HSV(B) 288.06º 0.9% 0.81% -
XYZ 28.11 13.59 60.17 -
YUV 86.76 195.86 187.38 -
System Red Green Blue C M Y K H S L
Decimal 170 21 207 0.18 0.90 0 0.19 288.06 0.82 0.45
Hex AA 15 CF 12 5A 0 13 120 52 2D
Octal 252 25 317 22 132 0 23 440 122 55
Binary 10101010 10101 11001111 10010 1011010 0 10011 100100000 1010010 101101

Color Harmonies of #AA15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15CF

Black with #AA15CF

Text Example


Text Example

White with #AA15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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