#A65281

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

Shades of Royal Heath #A65281

Tints of Royal Heath #A65281

Color information

#A65281 (or 0xA65281) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 81. RGB value is (166,82,129). Sum of RGB (Red+Green+Blue) = 166+82+129=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65281 is #59AD7E. Grayscale: #707070. Windows color (decimal): -5877119 or 8475302. OLE color: 8475302.

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

Color convert

RGB16682129-
CMYK00.510.220.35
HSL326.43º33.87%48.63%-
HSV(B)326.43º50.6%65.1%-
XYZ22.7115.7322.61-
YUV112.47137.33166.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=44.03%
G=21.75%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668212900.510.220.35326.4333.8748.63
HexA6528103316231462231
Octal24612220106326435064261
Binary10100110101001010000001011001110110100011101000110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65281; }

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

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

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

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

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

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

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

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