#A25279

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

Shades of Royal Heath #A25279

Tints of Royal Heath #A25279

Color information

#A25279 (or 0xA25279) is unknown color: approx Royal Heath. HEX triplet: A2, 52 and 79. RGB value is (162,82,121). Sum of RGB (Red+Green+Blue) = 162+82+121=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25279 is #5DAD86. Grayscale: #6E6E6E. Windows color (decimal): -6139271 or 7951010. OLE color: 7951010.

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

Color convert

RGB16282121-
CMYK00.490.250.36
HSL330.75º32.79%47.84%-
HSV(B)330.75º49.38%63.53%-
XYZ21.3715.119.88-
YUV110.37134164.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=44.38%
G=22.47%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628212100.490.250.36330.7532.7947.84
HexA25279031192414b2130
Octal24212217106131445134160
Binary1010001010100101111001011000111001100100101001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25279; }

 p { color: rgb(162,82,121); }

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

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

 a { background-color: rgb(162,82,121); }

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

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

 span { border-color: rgb(162,82,121); }

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