#A25078

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

Shades of Royal Heath #A25078

Tints of Royal Heath #A25078

Color information

#A25078 (or 0xA25078) is unknown color: approx Royal Heath. HEX triplet: A2, 50 and 78. RGB value is (162,80,120). Sum of RGB (Red+Green+Blue) = 162+80+120=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25078 is #5DAF87. Grayscale: #6D6D6D. Windows color (decimal): -6139784 or 7884962. OLE color: 7884962.

HSL color Cylindrical-coordinate representation of color #A25078: hue angle of 330.73º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25078 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16280120-
CMYK00.510.260.36
HSL330.73º33.88%47.45%-
HSV(B)330.73º50.62%63.53%-
XYZ21.1614.7719.51-
YUV109.08134.17165.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=44.75%
G=22.10%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628012000.510.260.36330.7333.8847.45
HexA250780331A2414b222f
Octal24212017006332445134257
Binary1010001010100001111000011001111010100100101001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25078; }

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

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

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

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

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

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

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

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