#A35172

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

Shades of Royal Heath #A35172

Tints of Royal Heath #A35172

Color information

#A35172 (or 0xA35172) is unknown color: approx Royal Heath. HEX triplet: A3, 51 and 72. RGB value is (163,81,114). Sum of RGB (Red+Green+Blue) = 163+81+114=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A35172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35172 is #5CAE8D. Grayscale: #6D6D6D. Windows color (decimal): -6073998 or 7492003. OLE color: 7492003.

HSL color Cylindrical-coordinate representation of color #A35172: hue angle of 335.85º 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 #A35172 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16381114-
CMYK00.500.300.36
HSL335.85º33.61%47.84%-
HSV(B)335.85º50.31%63.92%-
XYZ21.0814.8917.68-
YUV109.28130.67166.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=45.53%
G=22.63%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638111400.500.300.36335.8533.6147.84
HexA351720321E241502230
Octal24312116206236445204260
Binary1010001110100011110010011001011110100100101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35172; }

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

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

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

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

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

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

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

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