#A1447B

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

Shades of Royal Heath #A1447B

Tints of Royal Heath #A1447B

Color information

#A1447B (or 0xA1447B) is unknown color: approx Royal Heath. HEX triplet: A1, 44 and 7B. RGB value is (161,68,123). Sum of RGB (Red+Green+Blue) = 161+68+123=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1447B is #5EBB84. Grayscale: #656565. Windows color (decimal): -6208389 or 8078497. OLE color: 8078497.

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

Color convert

RGB16168123-
CMYK00.580.240.37
HSL324.52º40.61%44.9%-
HSV(B)324.52º57.76%63.14%-
XYZ20.3413.1420.2-
YUV102.08139.81170.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=45.74%
G=19.32%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616812300.580.240.37324.5240.6144.9
HexA1447B03A1825145292d
Octal24110417307230455055155
Binary1010000110001001111011011101011000100101101000101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1447B; }

 p { color: rgb(161,68,123); }

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

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

 a { background-color: rgb(161,68,123); }

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

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

 span { border-color: rgb(161,68,123); }

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