Html Css Color HEX #A55376 Royal Heath

📋 copy color: '#A55376'

red 165 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #A55376

Tints of Royal Heath #A55376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 45.08%
G = 22.68%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A55376 (or 0xA55376) is known color: Royal Heath. HEX triplet: A5, 53 and 76. RGB value is (165,83,118). Sum of RGB (Red+Green+Blue) = 165+83+118=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55376 is #5AAC89. Grayscale: #6F6F6F. Windows color (decimal): -5942410 or 7754661. OLE color: 7754661.

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

Color convert

RGB 165 83 118 -
CMYK 0 0.50 0.28 0.35
HSL 334.39º 0.33% 0.49% -
HSV(B) 334.39º 0.5% 0.65% -
XYZ 21.88 15.49 18.98 -
YUV 111.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 165 83 118 0 0.50 0.28 0.35 334.39 0.33 0.49
Hex A5 53 76 0 32 1C 23 14E 21 31
Octal 245 123 166 0 62 34 43 516 41 61
Binary 10100101 1010011 1110110 0 110010 11100 100011 101001110 100001 110001

Color Harmonies of #A55376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55376

Black with #A55376

Text Example


Text Example

White with #A55376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55376; }

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

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

background-color css

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

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

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

border-color css

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

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

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