Html Css Color HEX #AA13DF Dark Violet

📋 copy color: '#AA13DF'

red 170 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #AA13DF

Tints of Dark Violet #AA13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.61%

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

R = 41.26%
G = 4.61%
B = 54.13%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA13DF (or 0xAA13DF) is known color: Dark Violet. HEX triplet: AA, 13 and DF. RGB value is (170,19,223). Sum of RGB (Red+Green+Blue) = 170+19+223=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13DF is #55EC20. Grayscale: #565656. Windows color (decimal): -5631009 or 14619562. OLE color: 14619562.

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

Color convert

RGB 170 19 223 -
CMYK 0.24 0.91 0 0.13
HSL 284.41º 0.84% 0.47% -
HSV(B) 284.41º 0.91% 0.87% -
XYZ 30.13 14.34 70.99 -
YUV 87.41 204.53 186.91 -
System Red Green Blue C M Y K H S L
Decimal 170 19 223 0.24 0.91 0 0.13 284.41 0.84 0.47
Hex AA 13 DF 18 5B 0 D 11C 54 2F
Octal 252 23 337 30 133 0 15 434 124 57
Binary 10101010 10011 11011111 11000 1011011 0 1101 100011100 1010100 101111

Color Harmonies of #AA13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13DF

Black with #AA13DF

Text Example


Text Example

White with #AA13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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