Html Css Color HEX #AC02AB Deep Magenta

📋 copy color: '#AC02AB'

red 172 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #AC02AB

Tints of Deep Magenta #AC02AB

RGB

 RED value IS 172 (67.58% from 255) = 49.86%

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

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 49.86%
G = 0.58%
B = 49.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC02AB (or 0xAC02AB) is known color: Deep Magenta. HEX triplet: AC, 02 and AB. RGB value is (172,2,171). Sum of RGB (Red+Green+Blue) = 172+2+171=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AB is #53FD54. Grayscale: #474747. Windows color (decimal): -5504341 or 11207340. OLE color: 11207340.

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

Color convert

RGB 172 2 171 -
CMYK 0 0.99 0.01 0.33
HSL 300.35º 0.98% 0.34% -
HSV(B) 300.35º 0.99% 0.67% -
XYZ 24.39 11.75 39.51 -
YUV 72.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 172 2 171 0 0.99 0.01 0.33 300.35 0.98 0.34
Hex AC 2 AB 0 63 1 21 12C 62 22
Octal 254 2 253 0 143 1 41 454 142 42
Binary 10101100 10 10101011 0 1100011 1 100001 100101100 1100010 100010

Color Harmonies of #AC02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02AB

Black with #AC02AB

Text Example


Text Example

White with #AC02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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