Html Css Color HEX #AA457A Royal Heath

📋 copy color: '#AA457A'

red 170 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #AA457A

Tints of Royal Heath #AA457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 47.09%
G = 19.11%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA457A (or 0xAA457A) is known color: Royal Heath. HEX triplet: AA, 45 and 7A. RGB value is (170,69,122). Sum of RGB (Red+Green+Blue) = 170+69+122=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457A is #55BA85. Grayscale: #696969. Windows color (decimal): -5618310 or 8013226. OLE color: 8013226.

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

Color convert

RGB 170 69 122 -
CMYK 0 0.59 0.28 0.33
HSL 328.51º 0.42% 0.47% -
HSV(B) 328.51º 0.59% 0.67% -
XYZ 22.22 14.21 19.98 -
YUV 105.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 170 69 122 0 0.59 0.28 0.33 328.51 0.42 0.47
Hex AA 45 7A 0 3B 1C 21 149 2A 2F
Octal 252 105 172 0 73 34 41 511 52 57
Binary 10101010 1000101 1111010 0 111011 11100 100001 101001001 101010 101111

Color Harmonies of #AA457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA457A

Black with #AA457A

Text Example


Text Example

White with #AA457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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