#A2567A

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

Shades of Royal Heath #A2567A

Tints of Royal Heath #A2567A

Color information

#A2567A (or 0xA2567A) is unknown color: approx Royal Heath. HEX triplet: A2, 56 and 7A. RGB value is (162,86,122). Sum of RGB (Red+Green+Blue) = 162+86+122=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2567A is #5DA985. Grayscale: #707070. Windows color (decimal): -6138246 or 8017570. OLE color: 8017570.

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

Color convert

RGB16286122-
CMYK00.470.250.36
HSL331.58º30.65%48.63%-
HSV(B)331.58º46.91%63.53%-
XYZ21.7415.7420.31-
YUV112.83133.18163.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=43.78%
G=23.24%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612200.470.250.36331.5830.6548.63
HexA2567A02F192414c1f31
Octal24212617205731445143761
Binary101000101010110111101001011111100110010010100110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2567A; }

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

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

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

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

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

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

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

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