Html Css Color HEX #AC03BC Deep Magenta

📋 copy color: '#AC03BC'

red 172 ◦ green 3 ◦ blue 188

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

Shades of Deep Magenta #AC03BC

Tints of Deep Magenta #AC03BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 47.38%
G = 0.83%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC03BC (or 0xAC03BC) is known color: Deep Magenta. HEX triplet: AC, 03 and BC. RGB value is (172,3,188). Sum of RGB (Red+Green+Blue) = 172+3+188=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC03BC is #53FC43. Grayscale: #4A4A4A. Windows color (decimal): -5504068 or 12321708. OLE color: 12321708.

HSL color Cylindrical-coordinate representation of color #AC03BC: hue angle of 294.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC03BC is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 3 188 -
CMYK 0.09 0.98 0 0.26
HSL 294.81º 0.97% 0.37% -
HSV(B) 294.81º 0.98% 0.74% -
XYZ 26.12 12.47 48.61 -
YUV 74.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 172 3 188 0.09 0.98 0 0.26 294.81 0.97 0.37
Hex AC 3 BC 9 62 0 1A 127 61 25
Octal 254 3 274 11 142 0 32 447 141 45
Binary 10101100 11 10111100 1001 1100010 0 11010 100100111 1100001 100101

Color Harmonies of #AC03BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03BC

Black with #AC03BC

Text Example


Text Example

White with #AC03BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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