#A34575

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

Shades of Royal Heath #A34575

Tints of Royal Heath #A34575

Color information

#A34575 (or 0xA34575) is unknown color: approx Royal Heath. HEX triplet: A3, 45 and 75. RGB value is (163,69,117). Sum of RGB (Red+Green+Blue) = 163+69+117=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A34575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34575 is #5CBA8A. Grayscale: #666666. Windows color (decimal): -6077067 or 7685539. OLE color: 7685539.

HSL color Cylindrical-coordinate representation of color #A34575: hue angle of 329.36º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A34575 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16369117-
CMYK00.580.280.36
HSL329.36º40.52%45.49%-
HSV(B)329.36º57.67%63.92%-
XYZ20.4413.3318.32-
YUV102.58136.14171.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=46.70%
G=19.77%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636911700.580.280.36329.3640.5245.49
HexA3457503A1C24149292d
Octal24310516507234445115155
Binary1010001110001011110101011101011100100100101001001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34575; }

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

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

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

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

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

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

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

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