#A35075

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

Shades of Royal Heath #A35075

Tints of Royal Heath #A35075

Color information

#A35075 (or 0xA35075) is unknown color: approx Royal Heath. HEX triplet: A3, 50 and 75. RGB value is (163,80,117). Sum of RGB (Red+Green+Blue) = 163+80+117=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A35075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35075 is #5CAF8A. Grayscale: #6C6C6C. Windows color (decimal): -6074251 or 7688355. OLE color: 7688355.

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

Color convert

RGB16380117-
CMYK00.510.280.36
HSL333.25º34.16%47.65%-
HSV(B)333.25º50.92%63.92%-
XYZ21.1814.8118.57-
YUV109.04132.5166.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=45.28%
G=22.22%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638011700.510.280.36333.2534.1647.65
HexA350750331C2414d2230
Octal24312016506334445154260
Binary1010001110100001110101011001111100100100101001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35075; }

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

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

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

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

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

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

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

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