#AA3B76

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

Shades of Royal Heath #AA3B76

Tints of Royal Heath #AA3B76

Color information

#AA3B76 (or 0xAA3B76) is unknown color: approx Royal Heath. HEX triplet: AA, 3B and 76. RGB value is (170,59,118). Sum of RGB (Red+Green+Blue) = 170+59+118=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B76 is #55C489. Grayscale: #626262. Windows color (decimal): -5620874 or 7748522. OLE color: 7748522.

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

Color convert

RGB17059118-
CMYK00.650.310.33
HSL328.11º48.47%44.9%-
HSV(B)328.11º65.29%66.67%-
XYZ21.4112.9818.52-
YUV98.92138.77178.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 118 (46.48% from 255) = 34.01%
R=48.99%
G=17.00%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705911800.650.310.33328.1148.4744.9
HexAA3B760411F21148302d
Octal25273166010137415106055
Binary1010101011101111101100100000111111100001101001000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B76; }

 p { color: rgb(170,59,118); }

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

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

 a { background-color: rgb(170,59,118); }

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

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

 span { border-color: rgb(170,59,118); }

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