Html Css Color HEX #AA12BE Dark Violet

📋 copy color: '#AA12BE'

red 170 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #AA12BE

Tints of Dark Violet #AA12BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 44.97%
G = 4.76%
B = 50.26%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA12BE (or 0xAA12BE) is known color: Dark Violet. HEX triplet: AA, 12 and BE. RGB value is (170,18,190). Sum of RGB (Red+Green+Blue) = 170+18+190=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12BE is #55ED41. Grayscale: #525252. Windows color (decimal): -5631298 or 12456618. OLE color: 12456618.

HSL color Cylindrical-coordinate representation of color #AA12BE: hue angle of 293.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA12BE is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 18 190 -
CMYK 0.11 0.91 0 0.25
HSL 293.02º 0.83% 0.41% -
HSV(B) 293.02º 0.91% 0.75% -
XYZ 26.09 12.7 49.79 -
YUV 83.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 170 18 190 0.11 0.91 0 0.25 293.02 0.83 0.41
Hex AA 12 BE B 5B 0 19 125 53 29
Octal 252 22 276 13 133 0 31 445 123 51
Binary 10101010 10010 10111110 1011 1011011 0 11001 100100101 1010011 101001

Color Harmonies of #AA12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12BE

Black with #AA12BE

Text Example


Text Example

White with #AA12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12BE; }

 p { color: rgb(170,18,190); }

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

background-color css

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

 a { background-color: rgb(170,18,190); }

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

border-color css

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

 span { border-color: rgb(170,18,190); }

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