#AA4E7E

Color #AA4E7E Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA4E7E

Tints of Royal Heath #AA4E7E

Color information

#AA4E7E (or 0xAA4E7E) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 7E. RGB value is (170,78,126). Sum of RGB (Red+Green+Blue) = 170+78+126=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E7E is #55B181. Grayscale: #6E6E6E. Windows color (decimal): -5616002 or 8277674. OLE color: 8277674.

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

Color convert

RGB17078126-
CMYK00.540.260.33
HSL328.7º37.1%48.63%-
HSV(B)328.7º54.12%66.67%-
XYZ23.0715.521.51-
YUV110.98136.48170.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 20.86%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=45.45%
G=20.86%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707812600.540.260.33328.737.148.63
HexAA4E7E0361A211492531
Octal25211617606632415114561
Binary1010101010011101111110011011011010100001101001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E7E; }

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

 H1.HeaderClassName
 {
   color: #AA4E7E;
 }
 .AnyTagClassName
 {
   color: #AA4E7E;
 }
</style>
background-color css

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

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

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

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

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

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