#A25678

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

Shades of Royal Heath #A25678

Tints of Royal Heath #A25678

Color information

#A25678 (or 0xA25678) is unknown color: approx Royal Heath. HEX triplet: A2, 56 and 78. RGB value is (162,86,120). Sum of RGB (Red+Green+Blue) = 162+86+120=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25678 is #5DA987. Grayscale: #707070. Windows color (decimal): -6138248 or 7886498. OLE color: 7886498.

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

Color convert

RGB16286120-
CMYK00.470.260.36
HSL333.16º30.65%48.63%-
HSV(B)333.16º46.91%63.53%-
XYZ21.6215.6919.66-
YUV112.6132.18163.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=44.02%
G=23.37%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628612000.470.260.36333.1630.6548.63
HexA2567802F1A2414d1f31
Octal24212617005732445153761
Binary101000101010110111100001011111101010010010100110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25678; }

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

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

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

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

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

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

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

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