#A35173

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

Shades of Royal Heath #A35173

Tints of Royal Heath #A35173

Color information

#A35173 (or 0xA35173) is unknown color: approx Royal Heath. HEX triplet: A3, 51 and 73. RGB value is (163,81,115). Sum of RGB (Red+Green+Blue) = 163+81+115=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35173 is #5CAE8C. Grayscale: #6D6D6D. Windows color (decimal): -6073997 or 7557539. OLE color: 7557539.

HSL color Cylindrical-coordinate representation of color #A35173: hue angle of 335.12º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35173 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16381115-
CMYK00.500.290.36
HSL335.12º33.61%47.84%-
HSV(B)335.12º50.31%63.92%-
XYZ21.1414.9117.98-
YUV109.39131.17166.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=45.40%
G=22.56%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638111500.500.290.36335.1233.6147.84
HexA351730321D2414f2230
Octal24312116306235445174260
Binary1010001110100011110011011001011101100100101001111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35173; }

 p { color: rgb(163,81,115); }

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

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

 a { background-color: rgb(163,81,115); }

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

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

 span { border-color: rgb(163,81,115); }

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