Html Css Color HEX #AC5A8B Mulberry

📋 copy color: '#AC5A8B'

red 172 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #AC5A8B

Tints of Mulberry #AC5A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 42.89%
G = 22.44%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC5A8B (or 0xAC5A8B) is known color: Mulberry. HEX triplet: AC, 5A and 8B. RGB value is (172,90,139). Sum of RGB (Red+Green+Blue) = 172+90+139=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8B is #53A574. Grayscale: #777777. Windows color (decimal): -5481845 or 9132716. OLE color: 9132716.

HSL color Cylindrical-coordinate representation of color #AC5A8B: hue angle of 324.15º 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 #AC5A8B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 139 -
CMYK 0 0.48 0.19 0.33
HSL 324.15º 0.33% 0.51% -
HSV(B) 324.15º 0.48% 0.67% -
XYZ 25.33 17.95 26.56 -
YUV 120.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 172 90 139 0 0.48 0.19 0.33 324.15 0.33 0.51
Hex AC 5A 8B 0 30 13 21 144 21 33
Octal 254 132 213 0 60 23 41 504 41 63
Binary 10101100 1011010 10001011 0 110000 10011 100001 101000100 100001 110011

Color Harmonies of #AC5A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A8B

Black with #AC5A8B

Text Example


Text Example

White with #AC5A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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