Html Css Color HEX #AC07B1 Deep Magenta

📋 copy color: '#AC07B1'

red 172 ◦ green 7 ◦ blue 177

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

Shades of Deep Magenta #AC07B1

Tints of Deep Magenta #AC07B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 48.31%
G = 1.97%
B = 49.72%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC07B1 (or 0xAC07B1) is known color: Deep Magenta. HEX triplet: AC, 07 and B1. RGB value is (172,7,177). Sum of RGB (Red+Green+Blue) = 172+7+177=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC07B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC07B1 is #53F84E. Grayscale: #4B4B4B. Windows color (decimal): -5503055 or 11601836. OLE color: 11601836.

HSL color Cylindrical-coordinate representation of color #AC07B1: hue angle of 298.24º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC07B1 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 7 177 -
CMYK 0.03 0.96 0 0.31
HSL 298.24º 0.92% 0.36% -
HSV(B) 298.24º 0.96% 0.69% -
XYZ 25.03 12.1 42.61 -
YUV 75.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 172 7 177 0.03 0.96 0 0.31 298.24 0.92 0.36
Hex AC 7 B1 3 60 0 1F 12A 5C 24
Octal 254 7 261 3 140 0 37 452 134 44
Binary 10101100 111 10110001 11 1100000 0 11111 100101010 1011100 100100

Color Harmonies of #AC07B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07B1

Black with #AC07B1

Text Example


Text Example

White with #AC07B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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