Html Css Color HEX #AA12DF Dark Violet

📋 copy color: '#AA12DF'

red 170 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #AA12DF

Tints of Dark Violet #AA12DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 41.36%
G = 4.38%
B = 54.26%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA12DF (or 0xAA12DF) is known color: Dark Violet. HEX triplet: AA, 12 and DF. RGB value is (170,18,223). Sum of RGB (Red+Green+Blue) = 170+18+223=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA12DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA12DF is #55ED20. Grayscale: #565656. Windows color (decimal): -5631265 or 14619306. OLE color: 14619306.

HSL color Cylindrical-coordinate representation of color #AA12DF: hue angle of 284.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA12DF is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 18 223 -
CMYK 0.24 0.92 0 0.13
HSL 284.49º 0.85% 0.47% -
HSV(B) 284.49º 0.92% 0.87% -
XYZ 30.11 14.31 70.99 -
YUV 86.82 204.86 187.33 -
System Red Green Blue C M Y K H S L
Decimal 170 18 223 0.24 0.92 0 0.13 284.49 0.85 0.47
Hex AA 12 DF 18 5C 0 D 11C 55 2F
Octal 252 22 337 30 134 0 15 434 125 57
Binary 10101010 10010 11011111 11000 1011100 0 1101 100011100 1010101 101111

Color Harmonies of #AA12DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA12DF

Black with #AA12DF

Text Example


Text Example

White with #AA12DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA12DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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