#A34277

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

Shades of Royal Heath #A34277

Tints of Royal Heath #A34277

Color information

#A34277 (or 0xA34277) is unknown color: approx Royal Heath. HEX triplet: A3, 42 and 77. RGB value is (163,66,119). Sum of RGB (Red+Green+Blue) = 163+66+119=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A34277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34277 is #5CBD88. Grayscale: #646464. Windows color (decimal): -6077833 or 7815843. OLE color: 7815843.

HSL color Cylindrical-coordinate representation of color #A34277: hue angle of 327.22º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A34277 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16366119-
CMYK00.600.270.36
HSL327.22º42.36%44.9%-
HSV(B)327.22º59.51%63.92%-
XYZ20.3813.0118.89-
YUV101.04138.14172.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=46.84%
G=18.97%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636611900.600.270.36327.2242.3644.9
HexA3427703C1B241472a2d
Octal24310216707433445075255
Binary1010001110000101110111011110011011100100101000111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34277; }

 p { color: rgb(163,66,119); }

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

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

 a { background-color: rgb(163,66,119); }

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

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

 span { border-color: rgb(163,66,119); }

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