Html Css Color HEX #A84473 Royal Heath

📋 copy color: '#A84473'

red 168 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #A84473

Tints of Royal Heath #A84473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 47.86%
G = 19.37%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A84473 (or 0xA84473) is known color: Royal Heath. HEX triplet: A8, 44 and 73. RGB value is (168,68,115). Sum of RGB (Red+Green+Blue) = 168+68+115=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84473 is #57BB8C. Grayscale: #676767. Windows color (decimal): -5749645 or 7554216. OLE color: 7554216.

HSL color Cylindrical-coordinate representation of color #A84473: hue angle of 331.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84473 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 115 -
CMYK 0 0.60 0.32 0.34
HSL 331.8º 0.42% 0.46% -
HSV(B) 331.8º 0.6% 0.66% -
XYZ 21.31 13.7 17.74 -
YUV 103.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 168 68 115 0 0.60 0.32 0.34 331.8 0.42 0.46
Hex A8 44 73 0 3C 20 22 14C 2A 2E
Octal 250 104 163 0 74 40 42 514 52 56
Binary 10101000 1000100 1110011 0 111100 100000 100010 101001100 101010 101110

Color Harmonies of #A84473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84473

Black with #A84473

Text Example


Text Example

White with #A84473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84473; }

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

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

background-color css

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

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

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

border-color css

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

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

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