Html Css Color HEX #A5577E Royal Heath

📋 copy color: '#A5577E'

red 165 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #A5577E

Tints of Royal Heath #A5577E

RGB

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

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

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

R = 43.65%
G = 23.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5577E (or 0xA5577E) is known color: Royal Heath. HEX triplet: A5, 57 and 7E. RGB value is (165,87,126). Sum of RGB (Red+Green+Blue) = 165+87+126=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5577E is #5AA881. Grayscale: #727272. Windows color (decimal): -5941378 or 8279973. OLE color: 8279973.

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

Color convert

RGB 165 87 126 -
CMYK 0 0.47 0.24 0.35
HSL 330º 0.31% 0.49% -
HSV(B) 330º 0.47% 0.65% -
XYZ 22.69 16.32 21.69 -
YUV 114.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 165 87 126 0 0.47 0.24 0.35 330 0.31 0.49
Hex A5 57 7E 0 2F 18 23 14A 1F 31
Octal 245 127 176 0 57 30 43 512 37 61
Binary 10100101 1010111 1111110 0 101111 11000 100011 101001010 11111 110001

Color Harmonies of #A5577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5577E

Black with #A5577E

Text Example


Text Example

White with #A5577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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