#A83F79

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

Shades of Royal Heath #A83F79

Tints of Royal Heath #A83F79

Color information

#A83F79 (or 0xA83F79) is unknown color: approx Royal Heath. HEX triplet: A8, 3F and 79. RGB value is (168,63,121). Sum of RGB (Red+Green+Blue) = 168+63+121=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83F79 is #57C086. Grayscale: #646464. Windows color (decimal): -5750919 or 7946152. OLE color: 7946152.

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

Color convert

RGB16863121-
CMYK00.630.280.34
HSL326.86º45.45%45.29%-
HSV(B)326.86º62.5%65.88%-
XYZ21.3813.2619.52-
YUV101.01139.29175.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=47.73%
G=17.90%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686312100.630.280.34326.8645.4545.29
HexA83F7903F1C221472d2d
Octal2507717107734425075555
Binary101010001111111111001011111111100100010101000111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F79; }

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

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

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

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

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

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

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

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