Html Css Color HEX #AD5A8C Mulberry

📋 copy color: '#AD5A8C'

red 173 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #AD5A8C

Tints of Mulberry #AD5A8C

RGB

 RED value IS 173 (67.97% from 255) = 42.93%

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

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

R = 42.93%
G = 22.33%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD5A8C (or 0xAD5A8C) is known color: Mulberry. HEX triplet: AD, 5A and 8C. RGB value is (173,90,140). Sum of RGB (Red+Green+Blue) = 173+90+140=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A8C is #52A573. Grayscale: #787878. Windows color (decimal): -5416308 or 9198253. OLE color: 9198253.

HSL color Cylindrical-coordinate representation of color #AD5A8C: hue angle of 323.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A8C is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 140 -
CMYK 0 0.48 0.19 0.32
HSL 323.86º 0.34% 0.52% -
HSV(B) 323.86º 0.48% 0.68% -
XYZ 25.62 18.09 26.95 -
YUV 120.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 173 90 140 0 0.48 0.19 0.32 323.86 0.34 0.52
Hex AD 5A 8C 0 30 13 20 144 22 34
Octal 255 132 214 0 60 23 40 504 42 64
Binary 10101101 1011010 10001100 0 110000 10011 100000 101000100 100010 110100

Color Harmonies of #AD5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A8C

Black with #AD5A8C

Text Example


Text Example

White with #AD5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A8C; }

 p { color: rgb(173,90,140); }

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

background-color css

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

 a { background-color: rgb(173,90,140); }

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

border-color css

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

 span { border-color: rgb(173,90,140); }

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