Html Css Color HEX #AC07BD Deep Magenta

📋 copy color: '#AC07BD'

red 172 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #AC07BD

Tints of Deep Magenta #AC07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 46.74%
G = 1.9%
B = 51.36%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC07BD (or 0xAC07BD) is known color: Deep Magenta. HEX triplet: AC, 07 and BD. RGB value is (172,7,189). Sum of RGB (Red+Green+Blue) = 172+7+189=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC07BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07BD is #53F842. Grayscale: #4C4C4C. Windows color (decimal): -5503043 or 12388268. OLE color: 12388268.

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

Color convert

RGB 172 7 189 -
CMYK 0.09 0.96 0 0.26
HSL 294.4º 0.93% 0.38% -
HSV(B) 294.4º 0.96% 0.74% -
XYZ 26.27 12.6 49.19 -
YUV 77.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 172 7 189 0.09 0.96 0 0.26 294.4 0.93 0.38
Hex AC 7 BD 9 60 0 1A 126 5D 26
Octal 254 7 275 11 140 0 32 446 135 46
Binary 10101100 111 10111101 1001 1100000 0 11010 100100110 1011101 100110

Color Harmonies of #AC07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07BD

Black with #AC07BD

Text Example


Text Example

White with #AC07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07BD; }

 p { color: rgb(172,7,189); }

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

background-color css

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

 a { background-color: rgb(172,7,189); }

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

border-color css

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

 span { border-color: rgb(172,7,189); }

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