Html Css Color HEX #A84477 Royal Heath

📋 copy color: '#A84477'

red 168 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #A84477

Tints of Royal Heath #A84477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 47.32%
G = 19.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A84477 (or 0xA84477) is known color: Royal Heath. HEX triplet: A8, 44 and 77. RGB value is (168,68,119). Sum of RGB (Red+Green+Blue) = 168+68+119=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A84477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84477 is #57BB88. Grayscale: #676767. Windows color (decimal): -5749641 or 7816360. OLE color: 7816360.

HSL color Cylindrical-coordinate representation of color #A84477: hue angle of 329.4º 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 #A84477 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 119 -
CMYK 0 0.60 0.29 0.34
HSL 329.4º 0.42% 0.46% -
HSV(B) 329.4º 0.6% 0.66% -
XYZ 21.55 13.79 18.98 -
YUV 103.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 168 68 119 0 0.60 0.29 0.34 329.4 0.42 0.46
Hex A8 44 77 0 3C 1D 22 149 2A 2E
Octal 250 104 167 0 74 35 42 511 52 56
Binary 10101000 1000100 1110111 0 111100 11101 100010 101001001 101010 101110

Color Harmonies of #A84477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84477

Black with #A84477

Text Example


Text Example

White with #A84477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84477; }

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

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

background-color css

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

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

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

border-color css

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

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

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