Html Css Color HEX #AC5C8E Mulberry

📋 copy color: '#AC5C8E'

red 172 ◦ green 92 ◦ blue 142

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

Shades of Mulberry #AC5C8E

Tints of Mulberry #AC5C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.66%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 42.36%
G = 22.66%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC5C8E (or 0xAC5C8E) is known color: Mulberry. HEX triplet: AC, 5C and 8E. RGB value is (172,92,142). Sum of RGB (Red+Green+Blue) = 172+92+142=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8E is #53A371. Grayscale: #797979. Windows color (decimal): -5481330 or 9329836. OLE color: 9329836.

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

Color convert

RGB 172 92 142 -
CMYK 0 0.47 0.17 0.33
HSL 322.5º 0.33% 0.52% -
HSV(B) 322.5º 0.47% 0.67% -
XYZ 25.72 18.38 27.78 -
YUV 121.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 172 92 142 0 0.47 0.17 0.33 322.5 0.33 0.52
Hex AC 5C 8E 0 2F 11 21 142 21 34
Octal 254 134 216 0 57 21 41 502 41 64
Binary 10101100 1011100 10001110 0 101111 10001 100001 101000010 100001 110100

Color Harmonies of #AC5C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C8E

Black with #AC5C8E

Text Example


Text Example

White with #AC5C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C8E; }

 p { color: rgb(172,92,142); }

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

background-color css

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

 a { background-color: rgb(172,92,142); }

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

border-color css

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

 span { border-color: rgb(172,92,142); }

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