#A34775

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

Shades of Royal Heath #A34775

Tints of Royal Heath #A34775

Color information

#A34775 (or 0xA34775) is unknown color: approx Royal Heath. HEX triplet: A3, 47 and 75. RGB value is (163,71,117). Sum of RGB (Red+Green+Blue) = 163+71+117=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A34775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34775 is #5CB88A. Grayscale: #676767. Windows color (decimal): -6076555 or 7686051. OLE color: 7686051.

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

Color convert

RGB16371117-
CMYK00.560.280.36
HSL330º39.32%45.88%-
HSV(B)330º56.44%63.92%-
XYZ20.5713.5818.37-
YUV103.75135.48170.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=46.44%
G=20.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637111700.560.280.3633039.3245.88
HexA347750381C2414a272e
Octal24310716507034445124756
Binary1010001110001111110101011100011100100100101001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34775; }

 p { color: rgb(163,71,117); }

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

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

 a { background-color: rgb(163,71,117); }

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

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

 span { border-color: rgb(163,71,117); }

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