#A84E83

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

Shades of Royal Heath #A84E83

Tints of Royal Heath #A84E83

Color information

#A84E83 (or 0xA84E83) is unknown color: approx Royal Heath. HEX triplet: A8, 4E and 83. RGB value is (168,78,131). Sum of RGB (Red+Green+Blue) = 168+78+131=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84E83 is #57B17C. Grayscale: #6E6E6E. Windows color (decimal): -5747069 or 8605352. OLE color: 8605352.

HSL color Cylindrical-coordinate representation of color #A84E83: hue angle of 324.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E83 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB16878131-
CMYK00.540.220.34
HSL324.67º36.59%48.24%-
HSV(B)324.67º53.57%65.88%-
XYZ22.9715.4123.24-
YUV110.95139.32168.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=44.56%
G=20.69%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687813100.540.220.34324.6736.5948.24
HexA84E8303616221452530
Octal25011620306626425054560
Binary10101000100111010000011011011010110100010101000101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E83; }

 p { color: rgb(168,78,131); }

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

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

 a { background-color: rgb(168,78,131); }

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

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

 span { border-color: rgb(168,78,131); }

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