#AA3D78

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

Shades of Royal Heath #AA3D78

Tints of Royal Heath #AA3D78

Color information

#AA3D78 (or 0xAA3D78) is unknown color: approx Royal Heath. HEX triplet: AA, 3D and 78. RGB value is (170,61,120). Sum of RGB (Red+Green+Blue) = 170+61+120=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D78 is #55C287. Grayscale: #646464. Windows color (decimal): -5620360 or 7880106. OLE color: 7880106.

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

Color convert

RGB17061120-
CMYK00.640.290.33
HSL327.52º47.19%45.29%-
HSV(B)327.52º64.12%66.67%-
XYZ21.6413.2419.18-
YUV100.32139.11177.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=48.43%
G=17.38%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706112000.640.290.33327.5247.1945.29
HexAA3D780401D211482f2d
Octal25275170010035415105755
Binary1010101011110111110000100000011101100001101001000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D78; }

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

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

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

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

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

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

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

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