Html Css Color HEX #AA068D Dark Magenta

📋 copy color: '#AA068D'

red 170 ◦ green 6 ◦ blue 141

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

Shades of Dark Magenta #AA068D

Tints of Dark Magenta #AA068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 53.63%
G = 1.89%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA068D (or 0xAA068D) is known color: Dark Magenta. HEX triplet: AA, 06 and 8D. RGB value is (170,6,141). Sum of RGB (Red+Green+Blue) = 170+6+141=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA068D is #55F972. Grayscale: #464646. Windows color (decimal): -5634419 or 9242282. OLE color: 9242282.

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

Color convert

RGB 170 6 141 -
CMYK 0 0.96 0.17 0.33
HSL 310.61º 0.93% 0.35% -
HSV(B) 310.61º 0.96% 0.67% -
XYZ 21.45 10.6 26.11 -
YUV 70.43 167.83 199.02 -
System Red Green Blue C M Y K H S L
Decimal 170 6 141 0 0.96 0.17 0.33 310.61 0.93 0.35
Hex AA 6 8D 0 60 11 21 137 5D 23
Octal 252 6 215 0 140 21 41 467 135 43
Binary 10101010 110 10001101 0 1100000 10001 100001 100110111 1011101 100011

Color Harmonies of #AA068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA068D

Black with #AA068D

Text Example


Text Example

White with #AA068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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