Html Css Color HEX #AC508B Mulberry

📋 copy color: '#AC508B'

red 172 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #AC508B

Tints of Mulberry #AC508B

RGB

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

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

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

R = 43.99%
G = 20.46%
B = 35.55%

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

#AC508B (or 0xAC508B) is known color: Mulberry. HEX triplet: AC, 50 and 8B. RGB value is (172,80,139). Sum of RGB (Red+Green+Blue) = 172+80+139=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC508B is #53AF74. Grayscale: #727272. Windows color (decimal): -5484405 or 9130156. OLE color: 9130156.

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

Color convert

RGB 172 80 139 -
CMYK 0 0.53 0.19 0.33
HSL 321.52º 0.37% 0.49% -
HSV(B) 321.52º 0.53% 0.67% -
XYZ 24.54 16.37 26.29 -
YUV 114.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 172 80 139 0 0.53 0.19 0.33 321.52 0.37 0.49
Hex AC 50 8B 0 35 13 21 142 25 31
Octal 254 120 213 0 65 23 41 502 45 61
Binary 10101100 1010000 10001011 0 110101 10011 100001 101000010 100101 110001

Color Harmonies of #AC508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC508B

Black with #AC508B

Text Example


Text Example

White with #AC508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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