Html Css Color HEX #A55775 Royal Heath

📋 copy color: '#A55775'

red 165 ◦ green 87 ◦ blue 117

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

Shades of Royal Heath #A55775

Tints of Royal Heath #A55775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

 BLUE value IS 117 (46.09% from 255) = 31.71%

R = 44.72%
G = 23.58%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A55775 (or 0xA55775) is known color: Royal Heath. HEX triplet: A5, 57 and 75. RGB value is (165,87,117). Sum of RGB (Red+Green+Blue) = 165+87+117=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A55775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55775 is #5AA88A. Grayscale: #717171. Windows color (decimal): -5941387 or 7690149. OLE color: 7690149.

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

Color convert

RGB 165 87 117 -
CMYK 0 0.47 0.29 0.35
HSL 336.92º 0.31% 0.49% -
HSV(B) 336.92º 0.47% 0.65% -
XYZ 22.14 16.1 18.77 -
YUV 113.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 165 87 117 0 0.47 0.29 0.35 336.92 0.31 0.49
Hex A5 57 75 0 2F 1D 23 151 1F 31
Octal 245 127 165 0 57 35 43 521 37 61
Binary 10100101 1010111 1110101 0 101111 11101 100011 101010001 11111 110001

Color Harmonies of #A55775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55775

Black with #A55775

Text Example


Text Example

White with #A55775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55775; }

 p { color: rgb(165,87,117); }

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

background-color css

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

 a { background-color: rgb(165,87,117); }

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

border-color css

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

 span { border-color: rgb(165,87,117); }

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