Html Css Color HEX #AA15BC Dark Violet

📋 copy color: '#AA15BC'

red 170 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #AA15BC

Tints of Dark Violet #AA15BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 44.85%
G = 5.54%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA15BC (or 0xAA15BC) is known color: Dark Violet. HEX triplet: AA, 15 and BC. RGB value is (170,21,188). Sum of RGB (Red+Green+Blue) = 170+21+188=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15BC is #55EA43. Grayscale: #545454. Windows color (decimal): -5630532 or 12326314. OLE color: 12326314.

HSL color Cylindrical-coordinate representation of color #AA15BC: hue angle of 293.53º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15BC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 21 188 -
CMYK 0.10 0.89 0 0.26
HSL 293.53º 0.8% 0.41% -
HSV(B) 293.53º 0.89% 0.74% -
XYZ 25.92 12.71 48.66 -
YUV 84.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 170 21 188 0.10 0.89 0 0.26 293.53 0.8 0.41
Hex AA 15 BC A 59 0 1A 126 50 29
Octal 252 25 274 12 131 0 32 446 120 51
Binary 10101010 10101 10111100 1010 1011001 0 11010 100100110 1010000 101001

Color Harmonies of #AA15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15BC

Black with #AA15BC

Text Example


Text Example

White with #AA15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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