Html Css Color HEX #A84873 Royal Heath

📋 copy color: '#A84873'

red 168 ◦ green 72 ◦ blue 115

#A84873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #A84873

Tints of Royal Heath #A84873

RGB

 RED value IS 168 (66.02% from 255) = 47.32%

 GREEN value IS 72 (28.52% from 255) = 20.28%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 47.32%
G = 20.28%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84873 (or 0xA84873) is known color: Royal Heath. HEX triplet: A8, 48 and 73. RGB value is (168,72,115). Sum of RGB (Red+Green+Blue) = 168+72+115=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A84873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84873 is #57B78C. Grayscale: #696969. Windows color (decimal): -5748621 or 7555240. OLE color: 7555240.

HSL color Cylindrical-coordinate representation of color #A84873: hue angle of 333.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84873 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 115 -
CMYK 0 0.57 0.32 0.34
HSL 333.13º 0.4% 0.47% -
HSV(B) 333.13º 0.57% 0.66% -
XYZ 21.56 14.2 17.82 -
YUV 105.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 168 72 115 0 0.57 0.32 0.34 333.13 0.4 0.47
Hex A8 48 73 0 39 20 22 14D 28 2F
Octal 250 110 163 0 71 40 42 515 50 57
Binary 10101000 1001000 1110011 0 111001 100000 100010 101001101 101000 101111

Color Harmonies of #A84873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84873

Black with #A84873

Text Example


Text Example

White with #A84873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84873; }

 p { color: rgb(168,72,115); }

 H1.HeaderClassName
 {
   color: #A84873;
 }
 .AnyTagClassName
 {
   color: #A84873;
 }
</style>

background-color css

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

 a { background-color: rgb(168,72,115); }

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

border-color css

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

 span { border-color: rgb(168,72,115); }

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