#A2557B

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

Shades of Royal Heath #A2557B

Tints of Royal Heath #A2557B

Color information

#A2557B (or 0xA2557B) is unknown color: approx Royal Heath. HEX triplet: A2, 55 and 7B. RGB value is (162,85,123). Sum of RGB (Red+Green+Blue) = 162+85+123=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2557B is #5DAA84. Grayscale: #707070. Windows color (decimal): -6138501 or 8082850. OLE color: 8082850.

HSL color Cylindrical-coordinate representation of color #A2557B: hue angle of 330.39º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2557B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB16285123-
CMYK00.480.240.36
HSL330.39º31.17%48.43%-
HSV(B)330.39º47.53%63.53%-
XYZ21.7215.6120.61-
YUV112.36134.01163.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=43.78%
G=22.97%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628512300.480.240.36330.3931.1748.43
HexA2557B030182414a1f30
Octal24212517306030445123760
Binary101000101010101111101101100001100010010010100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2557B; }

 p { color: rgb(162,85,123); }

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

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

 a { background-color: rgb(162,85,123); }

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

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

 span { border-color: rgb(162,85,123); }

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