#A35078

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

Shades of Royal Heath #A35078

Tints of Royal Heath #A35078

Color information

#A35078 (or 0xA35078) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 78. RGB value is (163,80,120). Sum of RGB (Red+Green+Blue) = 163+80+120=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35078 is #5CAF87. Grayscale: #6D6D6D. Windows color (decimal): -6074248 or 7884963. OLE color: 7884963.

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

Color convert

RGB16380120-
CMYK00.510.260.36
HSL331.08º34.16%47.65%-
HSV(B)331.08º50.92%63.92%-
XYZ21.3614.8819.52-
YUV109.38134166.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=44.90%
G=22.04%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638012000.510.260.36331.0834.1647.65
HexA350780331A2414b2230
Octal24312017006332445134260
Binary1010001110100001111000011001111010100100101001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35078; }

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

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

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

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

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

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

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

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