#A65070

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

Shades of Royal Heath #A65070

Tints of Royal Heath #A65070

Color information

#A65070 (or 0xA65070) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 70. RGB value is (166,80,112). Sum of RGB (Red+Green+Blue) = 166+80+112=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A65070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65070 is #59AF8F. Grayscale: #6D6D6D. Windows color (decimal): -5877648 or 7360678. OLE color: 7360678.

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

Color convert

RGB16680112-
CMYK00.520.330.35
HSL337.67º34.96%48.24%-
HSV(B)337.67º51.81%65.1%-
XYZ21.5215.0117.09-
YUV109.36129.49168.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=46.37%
G=22.35%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668011200.520.330.35337.6734.9648.24
HexA6507003421231522330
Octal24612016006441435224360
Binary10100110101000011100000110100100001100011101010010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65070; }

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

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

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

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

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

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

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

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