#AA4278

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

Shades of Royal Heath #AA4278

Tints of Royal Heath #AA4278

Color information

#AA4278 (or 0xAA4278) is unknown color: approx Royal Heath. HEX triplet: AA, 42 and 78. RGB value is (170,66,120). Sum of RGB (Red+Green+Blue) = 170+66+120=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4278 is #55BD87. Grayscale: #676767. Windows color (decimal): -5619080 or 7881386. OLE color: 7881386.

HSL color Cylindrical-coordinate representation of color #AA4278: hue angle of 328.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4278 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17066120-
CMYK00.610.290.33
HSL328.85º44.07%46.27%-
HSV(B)328.85º61.18%66.67%-
XYZ21.9213.819.28-
YUV103.25137.46175.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=47.75%
G=18.54%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706612000.610.290.33328.8544.0746.27
HexAA427803D1D211492c2e
Octal25210217007535415115456
Binary1010101010000101111000011110111101100001101001001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4278; }

 p { color: rgb(170,66,120); }

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

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

 a { background-color: rgb(170,66,120); }

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

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

 span { border-color: rgb(170,66,120); }

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