Html Css Color HEX #A55A77 Royal Heath

📋 copy color: '#A55A77'

red 165 ◦ green 90 ◦ blue 119

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

Shades of Royal Heath #A55A77

Tints of Royal Heath #A55A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 44.12%
G = 24.06%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A55A77 (or 0xA55A77) is known color: Royal Heath. HEX triplet: A5, 5A and 77. RGB value is (165,90,119). Sum of RGB (Red+Green+Blue) = 165+90+119=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A77 is #5AA588. Grayscale: #737373. Windows color (decimal): -5940617 or 7821989. OLE color: 7821989.

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

Color convert

RGB 165 90 119 -
CMYK 0 0.45 0.28 0.35
HSL 336.8º 0.29% 0.5% -
HSV(B) 336.8º 0.45% 0.65% -
XYZ 22.5 16.64 19.48 -
YUV 115.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 165 90 119 0 0.45 0.28 0.35 336.8 0.29 0.5
Hex A5 5A 77 0 2D 1C 23 151 1D 32
Octal 245 132 167 0 55 34 43 521 35 62
Binary 10100101 1011010 1110111 0 101101 11100 100011 101010001 11101 110010

Color Harmonies of #A55A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A77

Black with #A55A77

Text Example


Text Example

White with #A55A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A77; }

 p { color: rgb(165,90,119); }

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

background-color css

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

 a { background-color: rgb(165,90,119); }

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

border-color css

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

 span { border-color: rgb(165,90,119); }

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