#A6567D

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

Shades of Royal Heath #A6567D

Tints of Royal Heath #A6567D

Color information

#A6567D (or 0xA6567D) is unknown color: approx Royal Heath. HEX triplet: A6, 56 and 7D. RGB value is (166,86,125). Sum of RGB (Red+Green+Blue) = 166+86+125=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6567D is #59A982. Grayscale: #727272. Windows color (decimal): -5876099 or 8214182. OLE color: 8214182.

HSL color Cylindrical-coordinate representation of color #A6567D: hue angle of 330.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6567D is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16686125-
CMYK00.480.250.35
HSL330.75º31.75%49.41%-
HSV(B)330.75º48.19%65.1%-
XYZ22.7616.2421.34-
YUV114.37134164.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=44.03%
G=22.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668612500.480.250.35330.7531.7549.41
HexA6567D030192314b2031
Octal24612617506031435134061
Binary1010011010101101111101011000011001100011101001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6567D; }

 p { color: rgb(166,86,125); }

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

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

 a { background-color: rgb(166,86,125); }

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

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

 span { border-color: rgb(166,86,125); }

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