Html Css Color HEX #A85877 Royal Heath

📋 copy color: '#A85877'

red 168 ◦ green 88 ◦ blue 119

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

Shades of Royal Heath #A85877

Tints of Royal Heath #A85877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 44.8%
G = 23.47%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A85877 (or 0xA85877) is known color: Royal Heath. HEX triplet: A8, 58 and 77. RGB value is (168,88,119). Sum of RGB (Red+Green+Blue) = 168+88+119=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A85877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85877 is #57A788. Grayscale: #737373. Windows color (decimal): -5744521 or 7821480. OLE color: 7821480.

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

Color convert

RGB 168 88 119 -
CMYK 0 0.48 0.29 0.34
HSL 336.75º 0.31% 0.5% -
HSV(B) 336.75º 0.48% 0.66% -
XYZ 22.97 16.64 19.45 -
YUV 115.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 168 88 119 0 0.48 0.29 0.34 336.75 0.31 0.5
Hex A8 58 77 0 30 1D 22 151 1F 32
Octal 250 130 167 0 60 35 42 521 37 62
Binary 10101000 1011000 1110111 0 110000 11101 100010 101010001 11111 110010

Color Harmonies of #A85877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85877

Black with #A85877

Text Example


Text Example

White with #A85877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85877; }

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

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

background-color css

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

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

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

border-color css

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

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

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