Html Css Color HEX #A55B76 Royal Heath

📋 copy color: '#A55B76'

red 165 ◦ green 91 ◦ blue 118

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

Shades of Royal Heath #A55B76

Tints of Royal Heath #A55B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 44.12%
G = 24.33%
B = 31.55%

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

#A55B76 (or 0xA55B76) is known color: Royal Heath. HEX triplet: A5, 5B and 76. RGB value is (165,91,118). Sum of RGB (Red+Green+Blue) = 165+91+118=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B76 is #5AA489. Grayscale: #747474. Windows color (decimal): -5940362 or 7756709. OLE color: 7756709.

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

Color convert

RGB 165 91 118 -
CMYK 0 0.45 0.28 0.35
HSL 338.11º 0.29% 0.5% -
HSV(B) 338.11º 0.45% 0.65% -
XYZ 22.53 16.79 19.19 -
YUV 116.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 165 91 118 0 0.45 0.28 0.35 338.11 0.29 0.5
Hex A5 5B 76 0 2D 1C 23 152 1D 32
Octal 245 133 166 0 55 34 43 522 35 62
Binary 10100101 1011011 1110110 0 101101 11100 100011 101010010 11101 110010

Color Harmonies of #A55B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B76

Black with #A55B76

Text Example


Text Example

White with #A55B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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