Html Css Color HEX #AA068F Dark Magenta

📋 copy color: '#AA068F'

red 170 ◦ green 6 ◦ blue 143

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

Shades of Dark Magenta #AA068F

Tints of Dark Magenta #AA068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.83%

R = 53.29%
G = 1.88%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA068F (or 0xAA068F) is known color: Dark Magenta. HEX triplet: AA, 06 and 8F. RGB value is (170,6,143). Sum of RGB (Red+Green+Blue) = 170+6+143=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA068F is #55F970. Grayscale: #464646. Windows color (decimal): -5634417 or 9373354. OLE color: 9373354.

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

Color convert

RGB 170 6 143 -
CMYK 0 0.96 0.16 0.33
HSL 309.88º 0.93% 0.35% -
HSV(B) 309.88º 0.96% 0.67% -
XYZ 21.6 10.66 26.91 -
YUV 70.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 170 6 143 0 0.96 0.16 0.33 309.88 0.93 0.35
Hex AA 6 8F 0 60 10 21 136 5D 23
Octal 252 6 217 0 140 20 41 466 135 43
Binary 10101010 110 10001111 0 1100000 10000 100001 100110110 1011101 100011

Color Harmonies of #AA068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA068F

Black with #AA068F

Text Example


Text Example

White with #AA068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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