Html Css Color HEX #AA568B Mulberry

📋 copy color: '#AA568B'

red 170 ◦ green 86 ◦ blue 139

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

Shades of Mulberry #AA568B

Tints of Mulberry #AA568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

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

R = 43.04%
G = 21.77%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA568B (or 0xAA568B) is known color: Mulberry. HEX triplet: AA, 56 and 8B. RGB value is (170,86,139). Sum of RGB (Red+Green+Blue) = 170+86+139=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA568B is #55A974. Grayscale: #757575. Windows color (decimal): -5613941 or 9131690. OLE color: 9131690.

HSL color Cylindrical-coordinate representation of color #AA568B: hue angle of 322.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA568B is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 139 -
CMYK 0 0.49 0.18 0.33
HSL 322.14º 0.33% 0.5% -
HSV(B) 322.14º 0.49% 0.67% -
XYZ 24.57 17.07 26.43 -
YUV 117.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 170 86 139 0 0.49 0.18 0.33 322.14 0.33 0.5
Hex AA 56 8B 0 31 12 21 142 21 32
Octal 252 126 213 0 61 22 41 502 41 62
Binary 10101010 1010110 10001011 0 110001 10010 100001 101000010 100001 110010

Color Harmonies of #AA568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA568B

Black with #AA568B

Text Example


Text Example

White with #AA568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA568B; }

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

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

background-color css

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

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

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

border-color css

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

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

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