Html Css Color HEX #AC03AF Deep Magenta

📋 copy color: '#AC03AF'

red 172 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #AC03AF

Tints of Deep Magenta #AC03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 49.14%
G = 0.86%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC03AF (or 0xAC03AF) is known color: Deep Magenta. HEX triplet: AC, 03 and AF. RGB value is (172,3,175). Sum of RGB (Red+Green+Blue) = 172+3+175=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC03AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03AF is #53FC50. Grayscale: #484848. Windows color (decimal): -5504081 or 11469740. OLE color: 11469740.

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

Color convert

RGB 172 3 175 -
CMYK 0.02 0.98 0 0.31
HSL 298.95º 0.97% 0.35% -
HSV(B) 298.95º 0.98% 0.69% -
XYZ 24.78 11.93 41.55 -
YUV 73.14 185.49 198.51 -
System Red Green Blue C M Y K H S L
Decimal 172 3 175 0.02 0.98 0 0.31 298.95 0.97 0.35
Hex AC 3 AF 2 62 0 1F 12B 61 23
Octal 254 3 257 2 142 0 37 453 141 43
Binary 10101100 11 10101111 10 1100010 0 11111 100101011 1100001 100011

Color Harmonies of #AC03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03AF

Black with #AC03AF

Text Example


Text Example

White with #AC03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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