Html Css Color HEX #A55D79 Royal Heath

📋 copy color: '#A55D79'

red 165 ◦ green 93 ◦ blue 121

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

Shades of Royal Heath #A55D79

Tints of Royal Heath #A55D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 43.54%
G = 24.54%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A55D79 (or 0xA55D79) is known color: Royal Heath. HEX triplet: A5, 5D and 79. RGB value is (165,93,121). Sum of RGB (Red+Green+Blue) = 165+93+121=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D79 is #5AA286. Grayscale: #757575. Windows color (decimal): -5939847 or 7953829. OLE color: 7953829.

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

Color convert

RGB 165 93 121 -
CMYK 0 0.44 0.27 0.35
HSL 336.67º 0.29% 0.51% -
HSV(B) 336.67º 0.44% 0.65% -
XYZ 22.88 17.21 20.2 -
YUV 117.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 165 93 121 0 0.44 0.27 0.35 336.67 0.29 0.51
Hex A5 5D 79 0 2C 1B 23 151 1D 33
Octal 245 135 171 0 54 33 43 521 35 63
Binary 10100101 1011101 1111001 0 101100 11011 100011 101010001 11101 110011

Color Harmonies of #A55D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D79

Black with #A55D79

Text Example


Text Example

White with #A55D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D79; }

 p { color: rgb(165,93,121); }

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

background-color css

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

 a { background-color: rgb(165,93,121); }

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

border-color css

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

 span { border-color: rgb(165,93,121); }

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