Html Css Color HEX #AC02AF Deep Magenta

📋 copy color: '#AC02AF'

red 172 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #AC02AF

Tints of Deep Magenta #AC02AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 49.28%
G = 0.57%
B = 50.14%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC02AF (or 0xAC02AF) is known color: Deep Magenta. HEX triplet: AC, 02 and AF. RGB value is (172,2,175). Sum of RGB (Red+Green+Blue) = 172+2+175=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC02AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC02AF is #53FD50. Grayscale: #484848. Windows color (decimal): -5504337 or 11469484. OLE color: 11469484.

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

Color convert

RGB 172 2 175 -
CMYK 0.02 0.99 0 0.31
HSL 298.96º 0.98% 0.35% -
HSV(B) 298.96º 0.99% 0.69% -
XYZ 24.77 11.91 41.55 -
YUV 72.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 172 2 175 0.02 0.99 0 0.31 298.96 0.98 0.35
Hex AC 2 AF 2 63 0 1F 12B 62 23
Octal 254 2 257 2 143 0 37 453 142 43
Binary 10101100 10 10101111 10 1100011 0 11111 100101011 1100010 100011

Color Harmonies of #AC02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC02AF

Black with #AC02AF

Text Example


Text Example

White with #AC02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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