#A65270

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

Shades of Royal Heath #A65270

Tints of Royal Heath #A65270

Color information

#A65270 (or 0xA65270) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 70. RGB value is (166,82,112). Sum of RGB (Red+Green+Blue) = 166+82+112=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A65270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65270 is #59AD8F. Grayscale: #6E6E6E. Windows color (decimal): -5877136 or 7361190. OLE color: 7361190.

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

Color convert

RGB16682112-
CMYK00.510.330.35
HSL338.57º33.87%48.63%-
HSV(B)338.57º50.6%65.1%-
XYZ21.6715.3117.14-
YUV110.54128.83167.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=46.11%
G=22.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668211200.510.330.35338.5733.8748.63
HexA6527003321231532231
Octal24612216006341435234261
Binary10100110101001011100000110011100001100011101010011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65270; }

 p { color: rgb(166,82,112); }

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

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

 a { background-color: rgb(166,82,112); }

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

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

 span { border-color: rgb(166,82,112); }

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