Html Css Color HEX #AA12D4 Dark Violet

📋 copy color: '#AA12D4'

red 170 ◦ green 18 ◦ blue 212

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

Shades of Dark Violet #AA12D4

Tints of Dark Violet #AA12D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53%

R = 42.5%
G = 4.5%
B = 53%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AA12D4 (or 0xAA12D4) is known color: Dark Violet. HEX triplet: AA, 12 and D4. RGB value is (170,18,212). Sum of RGB (Red+Green+Blue) = 170+18+212=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA12D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12D4 is #55ED2B. Grayscale: #545454. Windows color (decimal): -5631276 or 13898410. OLE color: 13898410.

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

Color convert

RGB 170 18 212 -
CMYK 0.20 0.92 0 0.17
HSL 287.01º 0.84% 0.45% -
HSV(B) 287.01º 0.92% 0.83% -
XYZ 28.68 13.73 63.43 -
YUV 85.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 170 18 212 0.20 0.92 0 0.17 287.01 0.84 0.45
Hex AA 12 D4 14 5C 0 11 11F 54 2D
Octal 252 22 324 24 134 0 21 437 124 55
Binary 10101010 10010 11010100 10100 1011100 0 10001 100011111 1010100 101101

Color Harmonies of #AA12D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12D4

Black with #AA12D4

Text Example


Text Example

White with #AA12D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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