Html Css Color HEX #A9508F Mulberry

📋 copy color: '#A9508F'

red 169 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #A9508F

Tints of Mulberry #A9508F

RGB

 RED value IS 169 (66.41% from 255) = 43.11%

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 43.11%
G = 20.41%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A9508F (or 0xA9508F) is known color: Mulberry. HEX triplet: A9, 50 and 8F. RGB value is (169,80,143). Sum of RGB (Red+Green+Blue) = 169+80+143=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9508F is #56AF70. Grayscale: #717171. Windows color (decimal): -5681009 or 9392297. OLE color: 9392297.

HSL color Cylindrical-coordinate representation of color #A9508F: hue angle of 317.53º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9508F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 143 -
CMYK 0 0.53 0.15 0.34
HSL 317.53º 0.36% 0.49% -
HSV(B) 317.53º 0.53% 0.66% -
XYZ 24.19 16.16 27.83 -
YUV 113.79 144.49 167.38 -
System Red Green Blue C M Y K H S L
Decimal 169 80 143 0 0.53 0.15 0.34 317.53 0.36 0.49
Hex A9 50 8F 0 35 F 22 13E 24 31
Octal 251 120 217 0 65 17 42 476 44 61
Binary 10101001 1010000 10001111 0 110101 1111 100010 100111110 100100 110001

Color Harmonies of #A9508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9508F

Black with #A9508F

Text Example


Text Example

White with #A9508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9508F; }

 p { color: rgb(169,80,143); }

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

background-color css

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

 a { background-color: rgb(169,80,143); }

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

border-color css

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

 span { border-color: rgb(169,80,143); }

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