Html Css Color HEX #AC07BE Deep Magenta

📋 copy color: '#AC07BE'

red 172 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #AC07BE

Tints of Deep Magenta #AC07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 46.61%
G = 1.9%
B = 51.49%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC07BE (or 0xAC07BE) is known color: Deep Magenta. HEX triplet: AC, 07 and BE. RGB value is (172,7,190). Sum of RGB (Red+Green+Blue) = 172+7+190=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC07BE is #53F841. Grayscale: #4C4C4C. Windows color (decimal): -5503042 or 12453804. OLE color: 12453804.

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

Color convert

RGB 172 7 190 -
CMYK 0.09 0.96 0 0.25
HSL 294.1º 0.93% 0.39% -
HSV(B) 294.1º 0.96% 0.75% -
XYZ 26.38 12.64 49.76 -
YUV 77.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 172 7 190 0.09 0.96 0 0.25 294.1 0.93 0.39
Hex AC 7 BE 9 60 0 19 126 5D 27
Octal 254 7 276 11 140 0 31 446 135 47
Binary 10101100 111 10111110 1001 1100000 0 11001 100100110 1011101 100111

Color Harmonies of #AC07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07BE

Black with #AC07BE

Text Example


Text Example

White with #AC07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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