#A35077

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

Shades of Royal Heath #A35077

Tints of Royal Heath #A35077

Color information

#A35077 (or 0xA35077) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 77. RGB value is (163,80,119). Sum of RGB (Red+Green+Blue) = 163+80+119=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A35077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35077 is #5CAF88. Grayscale: #6D6D6D. Windows color (decimal): -6074249 or 7819427. OLE color: 7819427.

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

Color convert

RGB16380119-
CMYK00.510.270.36
HSL331.81º34.16%47.65%-
HSV(B)331.81º50.92%63.92%-
XYZ21.314.8619.2-
YUV109.26133.5166.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=45.03%
G=22.10%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638011900.510.270.36331.8134.1647.65
HexA350770331B2414c2230
Octal24312016706333445144260
Binary1010001110100001110111011001111011100100101001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35077; }

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

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

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

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

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

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

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

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