Html Css Color HEX #AA457E Royal Heath

📋 copy color: '#AA457E'

red 170 ◦ green 69 ◦ blue 126

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

Shades of Royal Heath #AA457E

Tints of Royal Heath #AA457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 46.58%
G = 18.9%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA457E (or 0xAA457E) is known color: Royal Heath. HEX triplet: AA, 45 and 7E. RGB value is (170,69,126). Sum of RGB (Red+Green+Blue) = 170+69+126=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457E is #55BA81. Grayscale: #696969. Windows color (decimal): -5618306 or 8275370. OLE color: 8275370.

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

Color convert

RGB 170 69 126 -
CMYK 0 0.59 0.26 0.33
HSL 326.14º 0.42% 0.47% -
HSV(B) 326.14º 0.59% 0.67% -
XYZ 22.47 14.31 21.32 -
YUV 105.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 170 69 126 0 0.59 0.26 0.33 326.14 0.42 0.47
Hex AA 45 7E 0 3B 1A 21 146 2A 2F
Octal 252 105 176 0 73 32 41 506 52 57
Binary 10101010 1000101 1111110 0 111011 11010 100001 101000110 101010 101111

Color Harmonies of #AA457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA457E

Black with #AA457E

Text Example


Text Example

White with #AA457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA457E; }

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

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

background-color css

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

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

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

border-color css

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

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

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