#A34878

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

Shades of Royal Heath #A34878

Tints of Royal Heath #A34878

Color information

#A34878 (or 0xA34878) is unknown color: approx Royal Heath. HEX triplet: A3, 48 and 78. RGB value is (163,72,120). Sum of RGB (Red+Green+Blue) = 163+72+120=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A34878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34878 is #5CB787. Grayscale: #686868. Windows color (decimal): -6076296 or 7882915. OLE color: 7882915.

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

Color convert

RGB16372120-
CMYK00.560.260.36
HSL328.35º38.72%46.08%-
HSV(B)328.35º55.83%63.92%-
XYZ20.8113.7819.33-
YUV104.68136.65169.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=45.92%
G=20.28%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637212000.560.260.36328.3538.7246.08
HexA348780381A24148272e
Octal24311017007032445104756
Binary1010001110010001111000011100011010100100101001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34878; }

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

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

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

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

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

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

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

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