#A23E78

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

Shades of Royal Heath #A23E78

Tints of Royal Heath #A23E78

Color information

#A23E78 (or 0xA23E78) is unknown color: approx Royal Heath. HEX triplet: A2, 3E and 78. RGB value is (162,62,120). Sum of RGB (Red+Green+Blue) = 162+62+120=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23E78 is #5DC187. Grayscale: #626262. Windows color (decimal): -6144392 or 7880354. OLE color: 7880354.

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

Color convert

RGB16262120-
CMYK00.620.260.36
HSL325.2º44.64%43.92%-
HSV(B)325.2º61.73%63.53%-
XYZ20.0112.4819.12-
YUV98.51140.13173.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=47.09%
G=18.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626212000.620.260.36325.244.6443.92
HexA23E7803E1A241452d2c
Octal2427617007632445055554
Binary101000101111101111000011111011010100100101000101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23E78; }

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

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

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

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

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

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

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

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