#A35378

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

Shades of Royal Heath #A35378

Tints of Royal Heath #A35378

Color information

#A35378 (or 0xA35378) is unknown color: approx Royal Heath. HEX triplet: A3, 53 and 78. RGB value is (163,83,120). Sum of RGB (Red+Green+Blue) = 163+83+120=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A35378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35378 is #5CAC87. Grayscale: #6F6F6F. Windows color (decimal): -6073480 or 7885731. OLE color: 7885731.

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

Color convert

RGB16383120-
CMYK00.490.260.36
HSL332.25º32.52%48.24%-
HSV(B)332.25º49.08%63.92%-
XYZ21.5915.3319.59-
YUV111.14133164.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 83 (32.81% from 255) = 22.68%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=44.54%
G=22.68%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638312000.490.260.36332.2532.5248.24
HexA353780311A2414c2130
Octal24312317006132445144160
Binary1010001110100111111000011000111010100100101001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35378; }

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

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

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

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

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

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

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

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