Html Css Color HEX #AA13CF Dark Violet

📋 copy color: '#AA13CF'

red 170 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #AA13CF

Tints of Dark Violet #AA13CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 42.93%
G = 4.8%
B = 52.27%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA13CF (or 0xAA13CF) is known color: Dark Violet. HEX triplet: AA, 13 and CF. RGB value is (170,19,207). Sum of RGB (Red+Green+Blue) = 170+19+207=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA13CF is #55EC30. Grayscale: #545454. Windows color (decimal): -5631025 or 13570986. OLE color: 13570986.

HSL color Cylindrical-coordinate representation of color #AA13CF: hue angle of 288.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA13CF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 19 207 -
CMYK 0.18 0.91 0 0.19
HSL 288.19º 0.83% 0.44% -
HSV(B) 288.19º 0.91% 0.81% -
XYZ 28.07 13.52 60.16 -
YUV 85.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 170 19 207 0.18 0.91 0 0.19 288.19 0.83 0.44
Hex AA 13 CF 12 5B 0 13 120 53 2C
Octal 252 23 317 22 133 0 23 440 123 54
Binary 10101010 10011 11001111 10010 1011011 0 10011 100100000 1010011 101100

Color Harmonies of #AA13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13CF

Black with #AA13CF

Text Example


Text Example

White with #AA13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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