Html Css Color HEX #A5577C Royal Heath

📋 copy color: '#A5577C'

red 165 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #A5577C

Tints of Royal Heath #A5577C

RGB

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

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

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

R = 43.88%
G = 23.14%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5577C (or 0xA5577C) is known color: Royal Heath. HEX triplet: A5, 57 and 7C. RGB value is (165,87,124). Sum of RGB (Red+Green+Blue) = 165+87+124=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577C is #5AA883. Grayscale: #727272. Windows color (decimal): -5941380 or 8148901. OLE color: 8148901.

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

Color convert

RGB 165 87 124 -
CMYK 0 0.47 0.25 0.35
HSL 331.54º 0.31% 0.49% -
HSV(B) 331.54º 0.47% 0.65% -
XYZ 22.56 16.27 21.02 -
YUV 114.54 133.34 163.99 -
System Red Green Blue C M Y K H S L
Decimal 165 87 124 0 0.47 0.25 0.35 331.54 0.31 0.49
Hex A5 57 7C 0 2F 19 23 14C 1F 31
Octal 245 127 174 0 57 31 43 514 37 61
Binary 10100101 1010111 1111100 0 101111 11001 100011 101001100 11111 110001

Color Harmonies of #A5577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5577C

Black with #A5577C

Text Example


Text Example

White with #A5577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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