Html Css Color HEX #A5557E Royal Heath

📋 copy color: '#A5557E'

red 165 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #A5557E

Tints of Royal Heath #A5557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 43.88%
G = 22.61%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5557E (or 0xA5557E) is known color: Royal Heath. HEX triplet: A5, 55 and 7E. RGB value is (165,85,126). Sum of RGB (Red+Green+Blue) = 165+85+126=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5557E is #5AAA81. Grayscale: #717171. Windows color (decimal): -5941890 or 8279461. OLE color: 8279461.

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

Color convert

RGB 165 85 126 -
CMYK 0 0.48 0.24 0.35
HSL 329.25º 0.32% 0.49% -
HSV(B) 329.25º 0.48% 0.65% -
XYZ 22.53 16 21.64 -
YUV 113.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 165 85 126 0 0.48 0.24 0.35 329.25 0.32 0.49
Hex A5 55 7E 0 30 18 23 149 20 31
Octal 245 125 176 0 60 30 43 511 40 61
Binary 10100101 1010101 1111110 0 110000 11000 100011 101001001 100000 110001

Color Harmonies of #A5557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5557E

Black with #A5557E

Text Example


Text Example

White with #A5557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5557E; }

 p { color: rgb(165,85,126); }

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

background-color css

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

 a { background-color: rgb(165,85,126); }

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

border-color css

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

 span { border-color: rgb(165,85,126); }

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