#A3447E

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

Shades of Royal Heath #A3447E

Tints of Royal Heath #A3447E

Color information

#A3447E (or 0xA3447E) is unknown color: approx Royal Heath. HEX triplet: A3, 44 and 7E. RGB value is (163,68,126). Sum of RGB (Red+Green+Blue) = 163+68+126=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3447E is #5CBB81. Grayscale: #666666. Windows color (decimal): -6077314 or 8275107. OLE color: 8275107.

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

Color convert

RGB16368126-
CMYK00.580.230.36
HSL323.37º41.13%45.29%-
HSV(B)323.37º58.28%63.92%-
XYZ20.9413.4321.23-
YUV103.02140.97170.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=45.66%
G=19.05%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636812600.580.230.36323.3741.1345.29
HexA3447E03A1724143292d
Octal24310417607227445035155
Binary1010001110001001111110011101010111100100101000011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3447E; }

 p { color: rgb(163,68,126); }

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

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

 a { background-color: rgb(163,68,126); }

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

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

 span { border-color: rgb(163,68,126); }

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