Html Css Color HEX #AA0DC4 Dark Violet

📋 copy color: '#AA0DC4'

red 170 ◦ green 13 ◦ blue 196

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

Shades of Dark Violet #AA0DC4

Tints of Dark Violet #AA0DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.72%

R = 44.85%
G = 3.43%
B = 51.72%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA0DC4 (or 0xAA0DC4) is known color: Dark Violet. HEX triplet: AA, 0D and C4. RGB value is (170,13,196). Sum of RGB (Red+Green+Blue) = 170+13+196=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA0DC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0DC4 is #55F23B. Grayscale: #505050. Windows color (decimal): -5632572 or 12848554. OLE color: 12848554.

HSL color Cylindrical-coordinate representation of color #AA0DC4: hue angle of 291.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0DC4 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 13 196 -
CMYK 0.13 0.93 0 0.23
HSL 291.48º 0.88% 0.41% -
HSV(B) 291.48º 0.93% 0.77% -
XYZ 26.69 12.82 53.29 -
YUV 80.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 170 13 196 0.13 0.93 0 0.23 291.48 0.88 0.41
Hex AA D C4 D 5D 0 17 123 58 29
Octal 252 15 304 15 135 0 27 443 130 51
Binary 10101010 1101 11000100 1101 1011101 0 10111 100100011 1011000 101001

Color Harmonies of #AA0DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DC4

Black with #AA0DC4

Text Example


Text Example

White with #AA0DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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