Html Css Color HEX #AA0DCB Dark Violet

📋 copy color: '#AA0DCB'

red 170 ◦ green 13 ◦ blue 203

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

Shades of Dark Violet #AA0DCB

Tints of Dark Violet #AA0DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 44.04%
G = 3.37%
B = 52.59%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA0DCB (or 0xAA0DCB) is known color: Dark Violet. HEX triplet: AA, 0D and CB. RGB value is (170,13,203). Sum of RGB (Red+Green+Blue) = 170+13+203=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA0DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DCB is #55F234. Grayscale: #515151. Windows color (decimal): -5632565 or 13307306. OLE color: 13307306.

HSL color Cylindrical-coordinate representation of color #AA0DCB: hue angle of 289.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0DCB is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 13 203 -
CMYK 0.16 0.94 0 0.20
HSL 289.58º 0.88% 0.42% -
HSV(B) 289.58º 0.94% 0.8% -
XYZ 27.5 13.15 57.59 -
YUV 81.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 170 13 203 0.16 0.94 0 0.20 289.58 0.88 0.42
Hex AA D CB 10 5E 0 14 122 58 2A
Octal 252 15 313 20 136 0 24 442 130 52
Binary 10101010 1101 11001011 10000 1011110 0 10100 100100010 1011000 101010

Color Harmonies of #AA0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DCB

Black with #AA0DCB

Text Example


Text Example

White with #AA0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DCB; }

 p { color: rgb(170,13,203); }

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

background-color css

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

 a { background-color: rgb(170,13,203); }

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

border-color css

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

 span { border-color: rgb(170,13,203); }

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