Html Css Color HEX #AA069F Dark Magenta

📋 copy color: '#AA069F'

red 170 ◦ green 6 ◦ blue 159

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

Shades of Dark Magenta #AA069F

Tints of Dark Magenta #AA069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 50.75%
G = 1.79%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA069F (or 0xAA069F) is known color: Dark Magenta. HEX triplet: AA, 06 and 9F. RGB value is (170,6,159). Sum of RGB (Red+Green+Blue) = 170+6+159=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA069F is #55F960. Grayscale: #484848. Windows color (decimal): -5634401 or 10421930. OLE color: 10421930.

HSL color Cylindrical-coordinate representation of color #AA069F: hue angle of 304.02º 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 #AA069F is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 159 -
CMYK 0 0.96 0.06 0.33
HSL 304.02º 0.93% 0.35% -
HSV(B) 304.02º 0.96% 0.67% -
XYZ 22.9 11.18 33.75 -
YUV 72.48 176.83 197.56 -
System Red Green Blue C M Y K H S L
Decimal 170 6 159 0 0.96 0.06 0.33 304.02 0.93 0.35
Hex AA 6 9F 0 60 6 21 130 5D 23
Octal 252 6 237 0 140 6 41 460 135 43
Binary 10101010 110 10011111 0 1100000 110 100001 100110000 1011101 100011

Color Harmonies of #AA069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA069F

Black with #AA069F

Text Example


Text Example

White with #AA069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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