#A2567B

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

Shades of Royal Heath #A2567B

Tints of Royal Heath #A2567B

Color information

#A2567B (or 0xA2567B) is unknown color: approx Royal Heath. HEX triplet: A2, 56 and 7B. RGB value is (162,86,123). Sum of RGB (Red+Green+Blue) = 162+86+123=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2567B is #5DA984. Grayscale: #707070. Windows color (decimal): -6138245 or 8083106. OLE color: 8083106.

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

Color convert

RGB16286123-
CMYK00.470.240.36
HSL330.79º30.65%48.63%-
HSV(B)330.79º46.91%63.53%-
XYZ21.815.7720.63-
YUV112.94133.68162.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=43.67%
G=23.18%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612300.470.240.36330.7930.6548.63
HexA2567B02F182414b1f31
Octal24212617305730445133761
Binary101000101010110111101101011111100010010010100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2567B; }

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

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

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

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

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

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

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

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