Html Css Color HEX #AA587D Royal Heath

📋 copy color: '#AA587D'

red 170 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #AA587D

Tints of Royal Heath #AA587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 44.39%
G = 22.98%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA587D (or 0xAA587D) is known color: Royal Heath. HEX triplet: AA, 58 and 7D. RGB value is (170,88,125). Sum of RGB (Red+Green+Blue) = 170+88+125=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587D is #55A782. Grayscale: #747474. Windows color (decimal): -5613443 or 8214698. OLE color: 8214698.

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

Color convert

RGB 170 88 125 -
CMYK 0 0.48 0.26 0.33
HSL 332.93º 0.33% 0.51% -
HSV(B) 332.93º 0.48% 0.67% -
XYZ 23.77 17.01 21.43 -
YUV 116.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 170 88 125 0 0.48 0.26 0.33 332.93 0.33 0.51
Hex AA 58 7D 0 30 1A 21 14D 21 33
Octal 252 130 175 0 60 32 41 515 41 63
Binary 10101010 1011000 1111101 0 110000 11010 100001 101001101 100001 110011

Color Harmonies of #AA587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA587D

Black with #AA587D

Text Example


Text Example

White with #AA587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA587D; }

 p { color: rgb(170,88,125); }

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

background-color css

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

 a { background-color: rgb(170,88,125); }

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

border-color css

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

 span { border-color: rgb(170,88,125); }

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