#A34680

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

Shades of Royal Heath #A34680

Tints of Royal Heath #A34680

Color information

#A34680 (or 0xA34680) is unknown color: approx Royal Heath. HEX triplet: A3, 46 and 80. RGB value is (163,70,128). Sum of RGB (Red+Green+Blue) = 163+70+128=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34680 is #5CB97F. Grayscale: #686868. Windows color (decimal): -6076800 or 8406691. OLE color: 8406691.

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

Color convert

RGB16370128-
CMYK00.570.210.36
HSL322.58º39.91%45.69%-
HSV(B)322.58º57.06%63.92%-
XYZ21.1913.7321.95-
YUV104.42141.31169.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=45.15%
G=19.39%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637012800.570.210.36322.5839.9145.69
HexA346800391524143282e
Octal24310620007125445035056
Binary10100011100011010000000011100110101100100101000011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34680; }

 p { color: rgb(163,70,128); }

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

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

 a { background-color: rgb(163,70,128); }

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

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

 span { border-color: rgb(163,70,128); }

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