Html Css Color HEX #AC5A8F Mulberry

📋 copy color: '#AC5A8F'

red 172 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #AC5A8F

Tints of Mulberry #AC5A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 42.47%
G = 22.22%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC5A8F (or 0xAC5A8F) is known color: Mulberry. HEX triplet: AC, 5A and 8F. RGB value is (172,90,143). Sum of RGB (Red+Green+Blue) = 172+90+143=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8F is #53A570. Grayscale: #787878. Windows color (decimal): -5481841 or 9394860. OLE color: 9394860.

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

Color convert

RGB 172 90 143 -
CMYK 0 0.48 0.17 0.33
HSL 321.22º 0.33% 0.51% -
HSV(B) 321.22º 0.48% 0.67% -
XYZ 25.63 18.07 28.12 -
YUV 120.56 140.67 164.69 -
System Red Green Blue C M Y K H S L
Decimal 172 90 143 0 0.48 0.17 0.33 321.22 0.33 0.51
Hex AC 5A 8F 0 30 11 21 141 21 33
Octal 254 132 217 0 60 21 41 501 41 63
Binary 10101100 1011010 10001111 0 110000 10001 100001 101000001 100001 110011

Color Harmonies of #AC5A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A8F

Black with #AC5A8F

Text Example


Text Example

White with #AC5A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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