Html Css Color HEX #AA4B8B Mulberry

📋 copy color: '#AA4B8B'

red 170 ◦ green 75 ◦ blue 139

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

Shades of Mulberry #AA4B8B

Tints of Mulberry #AA4B8B

RGB

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

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

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

R = 44.27%
G = 19.53%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA4B8B (or 0xAA4B8B) is known color: Mulberry. HEX triplet: AA, 4B and 8B. RGB value is (170,75,139). Sum of RGB (Red+Green+Blue) = 170+75+139=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B8B is #55B474. Grayscale: #6E6E6E. Windows color (decimal): -5616757 or 9128874. OLE color: 9128874.

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

Color convert

RGB 170 75 139 -
CMYK 0 0.56 0.18 0.33
HSL 319.58º 0.39% 0.48% -
HSV(B) 319.58º 0.56% 0.67% -
XYZ 23.75 15.44 26.15 -
YUV 110.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 170 75 139 0 0.56 0.18 0.33 319.58 0.39 0.48
Hex AA 4B 8B 0 38 12 21 140 27 30
Octal 252 113 213 0 70 22 41 500 47 60
Binary 10101010 1001011 10001011 0 111000 10010 100001 101000000 100111 110000

Color Harmonies of #AA4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B8B

Black with #AA4B8B

Text Example


Text Example

White with #AA4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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