Html Css Color HEX #AC5A90 Mulberry

📋 copy color: '#AC5A90'

red 172 ◦ green 90 ◦ blue 144

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

Shades of Mulberry #AC5A90

Tints of Mulberry #AC5A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 42.36%
G = 22.17%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC5A90 (or 0xAC5A90) is known color: Mulberry. HEX triplet: AC, 5A and 90. RGB value is (172,90,144). Sum of RGB (Red+Green+Blue) = 172+90+144=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A90 is #53A56F. Grayscale: #787878. Windows color (decimal): -5481840 or 9460396. OLE color: 9460396.

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

Color convert

RGB 172 90 144 -
CMYK 0 0.48 0.16 0.33
HSL 320.49º 0.33% 0.51% -
HSV(B) 320.49º 0.48% 0.67% -
XYZ 25.7 18.1 28.52 -
YUV 120.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 172 90 144 0 0.48 0.16 0.33 320.49 0.33 0.51
Hex AC 5A 90 0 30 10 21 140 21 33
Octal 254 132 220 0 60 20 41 500 41 63
Binary 10101100 1011010 10010000 0 110000 10000 100001 101000000 100001 110011

Color Harmonies of #AC5A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A90

Black with #AC5A90

Text Example


Text Example

White with #AC5A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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