#A25271

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

Shades of Royal Heath #A25271

Tints of Royal Heath #A25271

Color information

#A25271 (or 0xA25271) is unknown color: approx Royal Heath. HEX triplet: A2, 52 and 71. RGB value is (162,82,113). Sum of RGB (Red+Green+Blue) = 162+82+113=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25271 is #5DAD8E. Grayscale: #6D6D6D. Windows color (decimal): -6139279 or 7426722. OLE color: 7426722.

HSL color Cylindrical-coordinate representation of color #A25271: hue angle of 336.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 #A25271 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16282113-
CMYK00.490.300.36
HSL336.75º32.79%47.84%-
HSV(B)336.75º49.38%63.53%-
XYZ20.914.9117.4-
YUV109.45130165.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=45.38%
G=22.97%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628211300.490.300.36336.7532.7947.84
HexA252710311E241512130
Octal24212216106136445214160
Binary1010001010100101110001011000111110100100101010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25271; }

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

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

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

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

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

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

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

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