Html Css Color HEX #A55B77 Royal Heath

📋 copy color: '#A55B77'

red 165 ◦ green 91 ◦ blue 119

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

Shades of Royal Heath #A55B77

Tints of Royal Heath #A55B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.27%

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

R = 44%
G = 24.27%
B = 31.73%

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

#A55B77 (or 0xA55B77) is known color: Royal Heath. HEX triplet: A5, 5B and 77. RGB value is (165,91,119). Sum of RGB (Red+Green+Blue) = 165+91+119=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B77 is #5AA488. Grayscale: #747474. Windows color (decimal): -5940361 or 7822245. OLE color: 7822245.

HSL color Cylindrical-coordinate representation of color #A55B77: hue angle of 337.3º 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 #A55B77 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 91 119 -
CMYK 0 0.45 0.28 0.35
HSL 337.3º 0.29% 0.5% -
HSV(B) 337.3º 0.45% 0.65% -
XYZ 22.59 16.81 19.51 -
YUV 116.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 165 91 119 0 0.45 0.28 0.35 337.3 0.29 0.5
Hex A5 5B 77 0 2D 1C 23 151 1D 32
Octal 245 133 167 0 55 34 43 521 35 62
Binary 10100101 1011011 1110111 0 101101 11100 100011 101010001 11101 110010

Color Harmonies of #A55B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B77

Black with #A55B77

Text Example


Text Example

White with #A55B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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