Html Css Color HEX #AA457C Royal Heath

📋 copy color: '#AA457C'

red 170 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #AA457C

Tints of Royal Heath #AA457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 46.83%
G = 19.01%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA457C (or 0xAA457C) is known color: Royal Heath. HEX triplet: AA, 45 and 7C. RGB value is (170,69,124). Sum of RGB (Red+Green+Blue) = 170+69+124=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457C is #55BA83. Grayscale: #696969. Windows color (decimal): -5618308 or 8144298. OLE color: 8144298.

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

Color convert

RGB 170 69 124 -
CMYK 0 0.59 0.27 0.33
HSL 327.33º 0.42% 0.47% -
HSV(B) 327.33º 0.59% 0.67% -
XYZ 22.34 14.26 20.64 -
YUV 105.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 170 69 124 0 0.59 0.27 0.33 327.33 0.42 0.47
Hex AA 45 7C 0 3B 1B 21 147 2A 2F
Octal 252 105 174 0 73 33 41 507 52 57
Binary 10101010 1000101 1111100 0 111011 11011 100001 101000111 101010 101111

Color Harmonies of #AA457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA457C

Black with #AA457C

Text Example


Text Example

White with #AA457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA457C; }

 p { color: rgb(170,69,124); }

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

background-color css

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

 a { background-color: rgb(170,69,124); }

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

border-color css

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

 span { border-color: rgb(170,69,124); }

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