Html Css Color HEX #A802AA Dark Magenta

📋 copy color: '#A802AA'

red 168 ◦ green 2 ◦ blue 170

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

Shades of Dark Magenta #A802AA

Tints of Dark Magenta #A802AA

RGB

 RED value IS 168 (66.02% from 255) = 49.41%

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 49.41%
G = 0.59%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A802AA (or 0xA802AA) is known color: Dark Magenta. HEX triplet: A8, 02 and AA. RGB value is (168,2,170). Sum of RGB (Red+Green+Blue) = 168+2+170=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #A802AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A802AA is #57FD55. Grayscale: #464646. Windows color (decimal): -5766486 or 11141800. OLE color: 11141800.

HSL color Cylindrical-coordinate representation of color #A802AA: hue angle of 299.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802AA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 2 170 -
CMYK 0.01 0.99 0 0.33
HSL 299.29º 0.98% 0.34% -
HSV(B) 299.29º 0.99% 0.67% -
XYZ 23.43 11.27 38.97 -
YUV 70.79 184 197.34 -
System Red Green Blue C M Y K H S L
Decimal 168 2 170 0.01 0.99 0 0.33 299.29 0.98 0.34
Hex A8 2 AA 1 63 0 21 12B 62 22
Octal 250 2 252 1 143 0 41 453 142 42
Binary 10101000 10 10101010 1 1100011 0 100001 100101011 1100010 100010

Color Harmonies of #A802AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802AA

Black with #A802AA

Text Example


Text Example

White with #A802AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802AA; }

 p { color: rgb(168,2,170); }

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

background-color css

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

 a { background-color: rgb(168,2,170); }

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

border-color css

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

 span { border-color: rgb(168,2,170); }

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