Html Css Color HEX #A85978 Royal Heath

📋 copy color: '#A85978'

red 168 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #A85978

Tints of Royal Heath #A85978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 44.56%
G = 23.61%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A85978 (or 0xA85978) is known color: Royal Heath. HEX triplet: A8, 59 and 78. RGB value is (168,89,120). Sum of RGB (Red+Green+Blue) = 168+89+120=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A85978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85978 is #57A687. Grayscale: #747474. Windows color (decimal): -5744264 or 7887272. OLE color: 7887272.

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

Color convert

RGB 168 89 120 -
CMYK 0 0.47 0.29 0.34
HSL 336.46º 0.31% 0.5% -
HSV(B) 336.46º 0.47% 0.66% -
XYZ 23.11 16.83 19.8 -
YUV 116.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 168 89 120 0 0.47 0.29 0.34 336.46 0.31 0.5
Hex A8 59 78 0 2F 1D 22 150 1F 32
Octal 250 131 170 0 57 35 42 520 37 62
Binary 10101000 1011001 1111000 0 101111 11101 100010 101010000 11111 110010

Color Harmonies of #A85978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85978

Black with #A85978

Text Example


Text Example

White with #A85978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85978; }

 p { color: rgb(168,89,120); }

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

background-color css

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

 a { background-color: rgb(168,89,120); }

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

border-color css

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

 span { border-color: rgb(168,89,120); }

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