Html Css Color HEX #AA0695 Dark Magenta

📋 copy color: '#AA0695'

red 170 ◦ green 6 ◦ blue 149

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

Shades of Dark Magenta #AA0695

Tints of Dark Magenta #AA0695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 52.31%
G = 1.85%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0695 (or 0xAA0695) is known color: Dark Magenta. HEX triplet: AA, 06 and 95. RGB value is (170,6,149). Sum of RGB (Red+Green+Blue) = 170+6+149=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0695 is #55F96A. Grayscale: #464646. Windows color (decimal): -5634411 or 9766570. OLE color: 9766570.

HSL color Cylindrical-coordinate representation of color #AA0695: hue angle of 307.68º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0695 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 149 -
CMYK 0 0.96 0.12 0.33
HSL 307.68º 0.93% 0.35% -
HSV(B) 307.68º 0.96% 0.67% -
XYZ 22.07 10.85 29.36 -
YUV 71.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 170 6 149 0 0.96 0.12 0.33 307.68 0.93 0.35
Hex AA 6 95 0 60 C 21 134 5D 23
Octal 252 6 225 0 140 14 41 464 135 43
Binary 10101010 110 10010101 0 1100000 1100 100001 100110100 1011101 100011

Color Harmonies of #AA0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0695

Black with #AA0695

Text Example


Text Example

White with #AA0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0695; }

 p { color: rgb(170,6,149); }

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

background-color css

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

 a { background-color: rgb(170,6,149); }

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

border-color css

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

 span { border-color: rgb(170,6,149); }

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