Html Css Color HEX #A402AC Dark Magenta

📋 copy color: '#A402AC'

red 164 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #A402AC

Tints of Dark Magenta #A402AC

RGB

 RED value IS 164 (64.45% from 255) = 48.52%

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 48.52%
G = 0.59%
B = 50.89%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A402AC (or 0xA402AC) is known color: Dark Magenta. HEX triplet: A4, 02 and AC. RGB value is (164,2,172). Sum of RGB (Red+Green+Blue) = 164+2+172=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #A402AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A402AC is #5BFD53. Grayscale: #454545. Windows color (decimal): -6028628 or 11272868. OLE color: 11272868.

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

Color convert

RGB 164 2 172 -
CMYK 0.05 0.99 0 0.33
HSL 297.18º 0.98% 0.34% -
HSV(B) 297.18º 0.99% 0.67% -
XYZ 22.78 10.91 39.94 -
YUV 69.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 164 2 172 0.05 0.99 0 0.33 297.18 0.98 0.34
Hex A4 2 AC 5 63 0 21 129 62 22
Octal 244 2 254 5 143 0 41 451 142 42
Binary 10100100 10 10101100 101 1100011 0 100001 100101001 1100010 100010

Color Harmonies of #A402AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A402AC

Black with #A402AC

Text Example


Text Example

White with #A402AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A402AC; }

 p { color: rgb(164,2,172); }

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

background-color css

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

 a { background-color: rgb(164,2,172); }

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

border-color css

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

 span { border-color: rgb(164,2,172); }

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