Html Css Color HEX #AA12D5 Dark Violet

📋 copy color: '#AA12D5'

red 170 ◦ green 18 ◦ blue 213

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

Shades of Dark Violet #AA12D5

Tints of Dark Violet #AA12D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 42.39%
G = 4.49%
B = 53.12%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA12D5 (or 0xAA12D5) is known color: Dark Violet. HEX triplet: AA, 12 and D5. RGB value is (170,18,213). Sum of RGB (Red+Green+Blue) = 170+18+213=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA12D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12D5 is #55ED2A. Grayscale: #555555. Windows color (decimal): -5631275 or 13963946. OLE color: 13963946.

HSL color Cylindrical-coordinate representation of color #AA12D5: hue angle of 286.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12D5 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 18 213 -
CMYK 0.20 0.92 0 0.16
HSL 286.77º 0.84% 0.45% -
HSV(B) 286.77º 0.92% 0.84% -
XYZ 28.8 13.78 64.09 -
YUV 85.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 170 18 213 0.20 0.92 0 0.16 286.77 0.84 0.45
Hex AA 12 D5 14 5C 0 10 11F 54 2D
Octal 252 22 325 24 134 0 20 437 124 55
Binary 10101010 10010 11010101 10100 1011100 0 10000 100011111 1010100 101101

Color Harmonies of #AA12D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12D5

Black with #AA12D5

Text Example


Text Example

White with #AA12D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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