Html Css Color HEX #AA487D Royal Heath

📋 copy color: '#AA487D'

red 170 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #AA487D

Tints of Royal Heath #AA487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

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

R = 46.32%
G = 19.62%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA487D (or 0xAA487D) is known color: Royal Heath. HEX triplet: AA, 48 and 7D. RGB value is (170,72,125). Sum of RGB (Red+Green+Blue) = 170+72+125=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA487D is #55B782. Grayscale: #6B6B6B. Windows color (decimal): -5617539 or 8210602. OLE color: 8210602.

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

Color convert

RGB 170 72 125 -
CMYK 0 0.58 0.26 0.33
HSL 327.55º 0.4% 0.47% -
HSV(B) 327.55º 0.58% 0.67% -
XYZ 22.6 14.66 21.04 -
YUV 107.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 170 72 125 0 0.58 0.26 0.33 327.55 0.4 0.47
Hex AA 48 7D 0 3A 1A 21 148 28 2F
Octal 252 110 175 0 72 32 41 510 50 57
Binary 10101010 1001000 1111101 0 111010 11010 100001 101001000 101000 101111

Color Harmonies of #AA487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA487D

Black with #AA487D

Text Example


Text Example

White with #AA487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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