Html Css Color HEX #AA4B8F Mulberry

📋 copy color: '#AA4B8F'

red 170 ◦ green 75 ◦ blue 143

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

Shades of Mulberry #AA4B8F

Tints of Mulberry #AA4B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.33%

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

R = 43.81%
G = 19.33%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA4B8F (or 0xAA4B8F) is known color: Mulberry. HEX triplet: AA, 4B and 8F. RGB value is (170,75,143). Sum of RGB (Red+Green+Blue) = 170+75+143=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B8F is #55B470. Grayscale: #6E6E6E. Windows color (decimal): -5616753 or 9391018. OLE color: 9391018.

HSL color Cylindrical-coordinate representation of color #AA4B8F: hue angle of 317.05º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B8F is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 75 143 -
CMYK 0 0.56 0.16 0.33
HSL 317.05º 0.39% 0.48% -
HSV(B) 317.05º 0.56% 0.67% -
XYZ 24.05 15.56 27.72 -
YUV 111.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 170 75 143 0 0.56 0.16 0.33 317.05 0.39 0.48
Hex AA 4B 8F 0 38 10 21 13D 27 30
Octal 252 113 217 0 70 20 41 475 47 60
Binary 10101010 1001011 10001111 0 111000 10000 100001 100111101 100111 110000

Color Harmonies of #AA4B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B8F

Black with #AA4B8F

Text Example


Text Example

White with #AA4B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B8F; }

 p { color: rgb(170,75,143); }

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

background-color css

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

 a { background-color: rgb(170,75,143); }

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

border-color css

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

 span { border-color: rgb(170,75,143); }

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