Html Css Color HEX #AC5293 Mulberry

📋 copy color: '#AC5293'

red 172 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #AC5293

Tints of Mulberry #AC5293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 42.89%
G = 20.45%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC5293 (or 0xAC5293) is known color: Mulberry. HEX triplet: AC, 52 and 93. RGB value is (172,82,147). Sum of RGB (Red+Green+Blue) = 172+82+147=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5293 is #53AD6C. Grayscale: #747474. Windows color (decimal): -5483885 or 9654956. OLE color: 9654956.

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

Color convert

RGB 172 82 147 -
CMYK 0 0.52 0.15 0.33
HSL 316.67º 0.35% 0.5% -
HSV(B) 316.67º 0.52% 0.67% -
XYZ 25.3 16.91 29.53 -
YUV 116.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 172 82 147 0 0.52 0.15 0.33 316.67 0.35 0.5
Hex AC 52 93 0 34 F 21 13D 23 32
Octal 254 122 223 0 64 17 41 475 43 62
Binary 10101100 1010010 10010011 0 110100 1111 100001 100111101 100011 110010

Color Harmonies of #AC5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5293

Black with #AC5293

Text Example


Text Example

White with #AC5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5293; }

 p { color: rgb(172,82,147); }

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

background-color css

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

 a { background-color: rgb(172,82,147); }

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

border-color css

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

 span { border-color: rgb(172,82,147); }

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