Html Css Color HEX #AC508C Mulberry

📋 copy color: '#AC508C'

red 172 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #AC508C

Tints of Mulberry #AC508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 43.88%
G = 20.41%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC508C (or 0xAC508C) is known color: Mulberry. HEX triplet: AC, 50 and 8C. RGB value is (172,80,140). Sum of RGB (Red+Green+Blue) = 172+80+140=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC508C is #53AF73. Grayscale: #727272. Windows color (decimal): -5484404 or 9195692. OLE color: 9195692.

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

Color convert

RGB 172 80 140 -
CMYK 0 0.53 0.19 0.33
HSL 320.87º 0.37% 0.49% -
HSV(B) 320.87º 0.53% 0.67% -
XYZ 24.62 16.4 26.68 -
YUV 114.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 172 80 140 0 0.53 0.19 0.33 320.87 0.37 0.49
Hex AC 50 8C 0 35 13 21 141 25 31
Octal 254 120 214 0 65 23 41 501 45 61
Binary 10101100 1010000 10001100 0 110101 10011 100001 101000001 100101 110001

Color Harmonies of #AC508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC508C

Black with #AC508C

Text Example


Text Example

White with #AC508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC508C; }

 p { color: rgb(172,80,140); }

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

background-color css

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

 a { background-color: rgb(172,80,140); }

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

border-color css

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

 span { border-color: rgb(172,80,140); }

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