Html Css Color HEX #AA4A8C Mulberry

📋 copy color: '#AA4A8C'

red 170 ◦ green 74 ◦ blue 140

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

Shades of Mulberry #AA4A8C

Tints of Mulberry #AA4A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 44.27%
G = 19.27%
B = 36.46%

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

#AA4A8C (or 0xAA4A8C) is known color: Mulberry. HEX triplet: AA, 4A and 8C. RGB value is (170,74,140). Sum of RGB (Red+Green+Blue) = 170+74+140=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A8C is #55B573. Grayscale: #6E6E6E. Windows color (decimal): -5617012 or 9194154. OLE color: 9194154.

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

Color convert

RGB 170 74 140 -
CMYK 0 0.56 0.18 0.33
HSL 318.75º 0.39% 0.48% -
HSV(B) 318.75º 0.56% 0.67% -
XYZ 23.76 15.34 26.52 -
YUV 110.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 170 74 140 0 0.56 0.18 0.33 318.75 0.39 0.48
Hex AA 4A 8C 0 38 12 21 13F 27 30
Octal 252 112 214 0 70 22 41 477 47 60
Binary 10101010 1001010 10001100 0 111000 10010 100001 100111111 100111 110000

Color Harmonies of #AA4A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A8C

Black with #AA4A8C

Text Example


Text Example

White with #AA4A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A8C; }

 p { color: rgb(170,74,140); }

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

background-color css

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

 a { background-color: rgb(170,74,140); }

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

border-color css

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

 span { border-color: rgb(170,74,140); }

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