#A25170

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

Shades of Royal Heath #A25170

Tints of Royal Heath #A25170

Color information

#A25170 (or 0xA25170) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 70. RGB value is (162,81,112). Sum of RGB (Red+Green+Blue) = 162+81+112=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A25170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25170 is #5DAE8F. Grayscale: #6C6C6C. Windows color (decimal): -6139536 or 7360930. OLE color: 7360930.

HSL color Cylindrical-coordinate representation of color #A25170: hue angle of 337.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25170 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16281112-
CMYK00.500.310.36
HSL337.04º33.33%47.65%-
HSV(B)337.04º50%63.53%-
XYZ20.7714.7417.08-
YUV108.75129.84165.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=45.63%
G=22.82%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628111200.500.310.36337.0433.3347.65
HexA251700321F241512130
Octal24212116006237445214160
Binary1010001010100011110000011001011111100100101010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25170; }

 p { color: rgb(162,81,112); }

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

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

 a { background-color: rgb(162,81,112); }

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

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

 span { border-color: rgb(162,81,112); }

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