Html Css Color HEX #AA508B Mulberry

📋 copy color: '#AA508B'

red 170 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #AA508B

Tints of Mulberry #AA508B

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

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

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

R = 43.7%
G = 20.57%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA508B (or 0xAA508B) is known color: Mulberry. HEX triplet: AA, 50 and 8B. RGB value is (170,80,139). Sum of RGB (Red+Green+Blue) = 170+80+139=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA508B is #55AF74. Grayscale: #717171. Windows color (decimal): -5615477 or 9130154. OLE color: 9130154.

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

Color convert

RGB 170 80 139 -
CMYK 0 0.53 0.18 0.33
HSL 320.67º 0.36% 0.49% -
HSV(B) 320.67º 0.53% 0.67% -
XYZ 24.11 16.15 26.27 -
YUV 113.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 170 80 139 0 0.53 0.18 0.33 320.67 0.36 0.49
Hex AA 50 8B 0 35 12 21 141 24 31
Octal 252 120 213 0 65 22 41 501 44 61
Binary 10101010 1010000 10001011 0 110101 10010 100001 101000001 100100 110001

Color Harmonies of #AA508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA508B

Black with #AA508B

Text Example


Text Example

White with #AA508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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