Html Css Color HEX #A5557C Royal Heath

📋 copy color: '#A5557C'

red 165 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #A5557C

Tints of Royal Heath #A5557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 44.12%
G = 22.73%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5557C (or 0xA5557C) is known color: Royal Heath. HEX triplet: A5, 55 and 7C. RGB value is (165,85,124). Sum of RGB (Red+Green+Blue) = 165+85+124=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5557C is #5AAA83. Grayscale: #717171. Windows color (decimal): -5941892 or 8148389. OLE color: 8148389.

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

Color convert

RGB 165 85 124 -
CMYK 0 0.48 0.25 0.35
HSL 330.75º 0.32% 0.49% -
HSV(B) 330.75º 0.48% 0.65% -
XYZ 22.4 15.95 20.97 -
YUV 113.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 165 85 124 0 0.48 0.25 0.35 330.75 0.32 0.49
Hex A5 55 7C 0 30 19 23 14B 20 31
Octal 245 125 174 0 60 31 43 513 40 61
Binary 10100101 1010101 1111100 0 110000 11001 100011 101001011 100000 110001

Color Harmonies of #A5557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5557C

Black with #A5557C

Text Example


Text Example

White with #A5557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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