#A65072

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

Shades of Royal Heath #A65072

Tints of Royal Heath #A65072

Color information

#A65072 (or 0xA65072) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 72. RGB value is (166,80,114). Sum of RGB (Red+Green+Blue) = 166+80+114=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A65072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65072 is #59AF8D. Grayscale: #6D6D6D. Windows color (decimal): -5877646 or 7491750. OLE color: 7491750.

HSL color Cylindrical-coordinate representation of color #A65072: hue angle of 336.28º 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 #A65072 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16680114-
CMYK00.520.310.35
HSL336.28º34.96%48.24%-
HSV(B)336.28º51.81%65.1%-
XYZ21.6315.0617.69-
YUV109.59130.49168.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=46.11%
G=22.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668011400.520.310.35336.2834.9648.24
HexA650720341F231502330
Octal24612016206437435204360
Binary1010011010100001110010011010011111100011101010000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65072; }

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

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

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

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

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

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

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

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