#A3477D

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

Shades of Royal Heath #A3477D

Tints of Royal Heath #A3477D

Color information

#A3477D (or 0xA3477D) is unknown color: approx Royal Heath. HEX triplet: A3, 47 and 7D. RGB value is (163,71,125). Sum of RGB (Red+Green+Blue) = 163+71+125=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3477D is #5CB882. Grayscale: #686868. Windows color (decimal): -6076547 or 8210339. OLE color: 8210339.

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

Color convert

RGB16371125-
CMYK00.560.230.36
HSL324.78º39.32%45.88%-
HSV(B)324.78º56.44%63.92%-
XYZ21.0613.7720.95-
YUV104.66139.48169.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=45.40%
G=19.78%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637112500.560.230.36324.7839.3245.88
HexA3477D0381724145272e
Octal24310717507027445054756
Binary1010001110001111111101011100010111100100101000101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3477D; }

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

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

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

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

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

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

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

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