#a83f78

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

Shades of Royal Heath #A83F78

Tints of Royal Heath #A83F78

Color information

#A83F78 (or 0xA83F78) is unknown color: approx Royal Heath. HEX triplet: A8, 3F and 78. RGB value is (168,63,120). Sum of RGB (Red+Green+Blue) = 168+63+120=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F78 is #57C087. Grayscale: #646464. Windows color (decimal): -5750920 or 7880616. OLE color: 7880616.

HSL color Cylindrical-coordinate representation of color #A83F78: hue angle of 327.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A83F78 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16863120-
CMYK00.630.290.34
HSL327.43º45.45%45.29%-
HSV(B)327.43º62.5%65.88%-
XYZ21.3213.2419.2-
YUV100.89138.79175.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=47.86%
G=17.95%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686312000.630.290.34327.4345.4545.29
HexA83F7803F1D221472d2d
Octal2507717007735425075555
Binary101010001111111111000011111111101100010101000111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a83f78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a83f78; }

 p { color: rgb(168,63,120); }

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

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

 a { background-color: rgb(168,63,120); }

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

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

 span { border-color: rgb(168,63,120); }

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