#A25178

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

Shades of Royal Heath #A25178

Tints of Royal Heath #A25178

Color information

#A25178 (or 0xA25178) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 78. RGB value is (162,81,120). Sum of RGB (Red+Green+Blue) = 162+81+120=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25178 is #5DAE87. Grayscale: #6D6D6D. Windows color (decimal): -6139528 or 7885218. OLE color: 7885218.

HSL color Cylindrical-coordinate representation of color #A25178: hue angle of 331.11º 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 #A25178 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16281120-
CMYK00.500.260.36
HSL331.11º33.33%47.65%-
HSV(B)331.11º50%63.53%-
XYZ21.2314.9219.53-
YUV109.66133.84165.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=44.63%
G=22.31%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628112000.500.260.36331.1133.3347.65
HexA251780321A2414b2130
Octal24212117006232445134160
Binary1010001010100011111000011001011010100100101001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25178; }

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

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

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

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

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

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

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

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