Html Css Color HEX #A802AE Dark Magenta

📋 copy color: '#A802AE'

red 168 ◦ green 2 ◦ blue 174

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

Shades of Dark Magenta #A802AE

Tints of Dark Magenta #A802AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 48.84%
G = 0.58%
B = 50.58%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A802AE (or 0xA802AE) is known color: Dark Magenta. HEX triplet: A8, 02 and AE. RGB value is (168,2,174). Sum of RGB (Red+Green+Blue) = 168+2+174=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #A802AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A802AE is #57FD51. Grayscale: #464646. Windows color (decimal): -5766482 or 11403944. OLE color: 11403944.

HSL color Cylindrical-coordinate representation of color #A802AE: hue angle of 297.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A802AE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 2 174 -
CMYK 0.03 0.99 0 0.32
HSL 297.91º 0.98% 0.35% -
HSV(B) 297.91º 0.99% 0.68% -
XYZ 23.81 11.42 40.99 -
YUV 71.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 168 2 174 0.03 0.99 0 0.32 297.91 0.98 0.35
Hex A8 2 AE 3 63 0 20 12A 62 23
Octal 250 2 256 3 143 0 40 452 142 43
Binary 10101000 10 10101110 11 1100011 0 100000 100101010 1100010 100011

Color Harmonies of #A802AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A802AE

Black with #A802AE

Text Example


Text Example

White with #A802AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A802AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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