Html Css Color HEX #AA4C8F Mulberry

📋 copy color: '#AA4C8F'

red 170 ◦ green 76 ◦ blue 143

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

Shades of Mulberry #AA4C8F

Tints of Mulberry #AA4C8F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.54%

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

R = 43.7%
G = 19.54%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA4C8F (or 0xAA4C8F) is known color: Mulberry. HEX triplet: AA, 4C and 8F. RGB value is (170,76,143). Sum of RGB (Red+Green+Blue) = 170+76+143=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C8F is #55B370. Grayscale: #6F6F6F. Windows color (decimal): -5616497 or 9391274. OLE color: 9391274.

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

Color convert

RGB 170 76 143 -
CMYK 0 0.55 0.16 0.33
HSL 317.23º 0.38% 0.48% -
HSV(B) 317.23º 0.55% 0.67% -
XYZ 24.12 15.7 27.75 -
YUV 111.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 170 76 143 0 0.55 0.16 0.33 317.23 0.38 0.48
Hex AA 4C 8F 0 37 10 21 13D 26 30
Octal 252 114 217 0 67 20 41 475 46 60
Binary 10101010 1001100 10001111 0 110111 10000 100001 100111101 100110 110000

Color Harmonies of #AA4C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C8F

Black with #AA4C8F

Text Example


Text Example

White with #AA4C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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