#A14678

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

Shades of Royal Heath #A14678

Tints of Royal Heath #A14678

Color information

#A14678 (or 0xA14678) is unknown color: approx Royal Heath. HEX triplet: A1, 46 and 78. RGB value is (161,70,120). Sum of RGB (Red+Green+Blue) = 161+70+120=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A14678 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14678 is #5EB987. Grayscale: #666666. Windows color (decimal): -6207880 or 7882401. OLE color: 7882401.

HSL color Cylindrical-coordinate representation of color #A14678: hue angle of 327.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14678 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16170120-
CMYK00.570.250.37
HSL327.03º39.39%45.29%-
HSV(B)327.03º56.52%63.14%-
XYZ20.2813.3119.27-
YUV102.91137.65169.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=45.87%
G=19.94%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617012000.570.250.37327.0339.3945.29
HexA146780391925147272d
Octal24110617007131455074755
Binary1010000110001101111000011100111001100101101000111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14678; }

 p { color: rgb(161,70,120); }

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

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

 a { background-color: rgb(161,70,120); }

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

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

 span { border-color: rgb(161,70,120); }

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