#A35070

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

Shades of Royal Heath #A35070

Tints of Royal Heath #A35070

Color information

#A35070 (or 0xA35070) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 70. RGB value is (163,80,112). Sum of RGB (Red+Green+Blue) = 163+80+112=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A35070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35070 is #5CAF8F. Grayscale: #6C6C6C. Windows color (decimal): -6074256 or 7360675. OLE color: 7360675.

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

Color convert

RGB16380112-
CMYK00.510.310.36
HSL336.87º34.16%47.65%-
HSV(B)336.87º50.92%63.92%-
XYZ20.914.6917.06-
YUV108.46130166.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=45.92%
G=22.54%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638011200.510.310.36336.8734.1647.65
HexA350700331F241512230
Octal24312016006337445214260
Binary1010001110100001110000011001111111100100101010001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35070; }

 p { color: rgb(163,80,112); }

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

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

 a { background-color: rgb(163,80,112); }

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

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

 span { border-color: rgb(163,80,112); }

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