#A25174

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

Shades of Royal Heath #A25174

Tints of Royal Heath #A25174

Color information

#A25174 (or 0xA25174) is unknown color: approx Royal Heath. HEX triplet: A2, 51 and 74. RGB value is (162,81,116). Sum of RGB (Red+Green+Blue) = 162+81+116=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25174 is #5DAE8B. Grayscale: #6D6D6D. Windows color (decimal): -6139532 or 7623074. OLE color: 7623074.

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

Color convert

RGB16281116-
CMYK00.500.280.36
HSL334.07º33.33%47.65%-
HSV(B)334.07º50%63.53%-
XYZ2114.8318.28-
YUV109.21131.84165.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=45.13%
G=22.56%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628111600.500.280.36334.0733.3347.65
HexA251740321C2414e2130
Octal24212116406234445164160
Binary1010001010100011110100011001011100100100101001110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25174; }

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

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

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

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

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

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

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

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