Html Css Color HEX #AC5190 Mulberry

📋 copy color: '#AC5190'

red 172 ◦ green 81 ◦ blue 144

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

Shades of Mulberry #AC5190

Tints of Mulberry #AC5190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 43.32%
G = 20.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5190 (or 0xAC5190) is known color: Mulberry. HEX triplet: AC, 51 and 90. RGB value is (172,81,144). Sum of RGB (Red+Green+Blue) = 172+81+144=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5190 is #53AE6F. Grayscale: #737373. Windows color (decimal): -5484144 or 9458092. OLE color: 9458092.

HSL color Cylindrical-coordinate representation of color #AC5190: hue angle of 318.46º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5190 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 144 -
CMYK 0 0.53 0.16 0.33
HSL 318.46º 0.36% 0.5% -
HSV(B) 318.46º 0.53% 0.67% -
XYZ 24.99 16.67 28.29 -
YUV 115.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 172 81 144 0 0.53 0.16 0.33 318.46 0.36 0.5
Hex AC 51 90 0 35 10 21 13E 24 32
Octal 254 121 220 0 65 20 41 476 44 62
Binary 10101100 1010001 10010000 0 110101 10000 100001 100111110 100100 110010

Color Harmonies of #AC5190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5190

Black with #AC5190

Text Example


Text Example

White with #AC5190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5190; }

 p { color: rgb(172,81,144); }

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

background-color css

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

 a { background-color: rgb(172,81,144); }

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

border-color css

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

 span { border-color: rgb(172,81,144); }

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