#A3427B

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

Shades of Royal Heath #A3427B

Tints of Royal Heath #A3427B

Color information

#A3427B (or 0xA3427B) is unknown color: approx Royal Heath. HEX triplet: A3, 42 and 7B. RGB value is (163,66,123). Sum of RGB (Red+Green+Blue) = 163+66+123=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3427B is #5CBD84. Grayscale: #656565. Windows color (decimal): -6077829 or 8077987. OLE color: 8077987.

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

Color convert

RGB16366123-
CMYK00.600.250.36
HSL324.74º42.36%44.9%-
HSV(B)324.74º59.51%63.92%-
XYZ20.6313.1120.18-
YUV101.5140.14171.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=46.31%
G=18.75%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636612300.600.250.36324.7442.3644.9
HexA3427B03C19241452a2d
Octal24310217307431445055255
Binary1010001110000101111011011110011001100100101000101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3427B; }

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

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

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

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

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

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

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

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