Html Css Color HEX #A55978 Royal Heath

📋 copy color: '#A55978'

red 165 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #A55978

Tints of Royal Heath #A55978

RGB

 RED value IS 165 (64.84% from 255) = 44.12%

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

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

R = 44.12%
G = 23.8%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A55978 (or 0xA55978) is known color: Royal Heath. HEX triplet: A5, 59 and 78. RGB value is (165,89,120). Sum of RGB (Red+Green+Blue) = 165+89+120=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55978 is #5AA687. Grayscale: #737373. Windows color (decimal): -5940872 or 7887269. OLE color: 7887269.

HSL color Cylindrical-coordinate representation of color #A55978: hue angle of 335.53º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55978 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 120 -
CMYK 0 0.46 0.27 0.35
HSL 335.53º 0.3% 0.5% -
HSV(B) 335.53º 0.46% 0.65% -
XYZ 22.48 16.5 19.77 -
YUV 115.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 165 89 120 0 0.46 0.27 0.35 335.53 0.3 0.5
Hex A5 59 78 0 2E 1B 23 150 1E 32
Octal 245 131 170 0 56 33 43 520 36 62
Binary 10100101 1011001 1111000 0 101110 11011 100011 101010000 11110 110010

Color Harmonies of #A55978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55978

Black with #A55978

Text Example


Text Example

White with #A55978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55978; }

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

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

background-color css

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

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

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

border-color css

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

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

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