#AA4175

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

Shades of Royal Heath #AA4175

Tints of Royal Heath #AA4175

Color information

#AA4175 (or 0xAA4175) is unknown color: approx Royal Heath. HEX triplet: AA, 41 and 75. RGB value is (170,65,117). Sum of RGB (Red+Green+Blue) = 170+65+117=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4175 is #55BE8A. Grayscale: #666666. Windows color (decimal): -5619339 or 7684522. OLE color: 7684522.

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

Color convert

RGB17065117-
CMYK00.620.310.33
HSL330.29º44.68%46.08%-
HSV(B)330.29º61.76%66.67%-
XYZ21.6813.6118.31-
YUV102.32136.29176.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=48.30%
G=18.47%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706511700.620.310.33330.2944.6846.08
HexAA417503E1F2114a2d2e
Octal25210116507637415125556
Binary1010101010000011110101011111011111100001101001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4175; }

 p { color: rgb(170,65,117); }

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

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

 a { background-color: rgb(170,65,117); }

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

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

 span { border-color: rgb(170,65,117); }

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