#A34275

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

Shades of Royal Heath #A34275

Tints of Royal Heath #A34275

Color information

#A34275 (or 0xA34275) is unknown color: approx Royal Heath. HEX triplet: A3, 42 and 75. RGB value is (163,66,117). Sum of RGB (Red+Green+Blue) = 163+66+117=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A34275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34275 is #5CBD8A. Grayscale: #646464. Windows color (decimal): -6077835 or 7684771. OLE color: 7684771.

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

Color convert

RGB16366117-
CMYK00.600.280.36
HSL328.45º42.36%44.9%-
HSV(B)328.45º59.51%63.92%-
XYZ20.2612.9718.26-
YUV100.82137.14172.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=47.11%
G=19.08%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636611700.600.280.36328.4542.3644.9
HexA3427503C1C241482a2d
Octal24310216507434445105255
Binary1010001110000101110101011110011100100100101001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34275; }

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

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

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

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

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

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

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

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