#A35178

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

Shades of Royal Heath #A35178

Tints of Royal Heath #A35178

Color information

#A35178 (or 0xA35178) is unknown color: approx Royal Heath. HEX triplet: A3, 51 and 78. RGB value is (163,81,120). Sum of RGB (Red+Green+Blue) = 163+81+120=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35178 is #5CAE87. Grayscale: #6D6D6D. Windows color (decimal): -6073992 or 7885219. OLE color: 7885219.

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

Color convert

RGB16381120-
CMYK00.500.260.36
HSL331.46º33.61%47.84%-
HSV(B)331.46º50.31%63.92%-
XYZ21.4415.0319.54-
YUV109.96133.67165.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=44.78%
G=22.25%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638112000.500.260.36331.4633.6147.84
HexA351780321A2414b2230
Octal24312117006232445134260
Binary1010001110100011111000011001011010100100101001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35178; }

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

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

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

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

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

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

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

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