Html Css Color HEX #A5517A Royal Heath

📋 copy color: '#A5517A'

red 165 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #A5517A

Tints of Royal Heath #A5517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 44.84%
G = 22.01%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5517A (or 0xA5517A) is known color: Royal Heath. HEX triplet: A5, 51 and 7A. RGB value is (165,81,122). Sum of RGB (Red+Green+Blue) = 165+81+122=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5517A is #5AAE85. Grayscale: #6E6E6E. Windows color (decimal): -5942918 or 8016293. OLE color: 8016293.

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

Color convert

RGB 165 81 122 -
CMYK 0 0.51 0.26 0.35
HSL 330.71º 0.34% 0.48% -
HSV(B) 330.71º 0.51% 0.65% -
XYZ 21.97 15.29 20.21 -
YUV 110.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 165 81 122 0 0.51 0.26 0.35 330.71 0.34 0.48
Hex A5 51 7A 0 33 1A 23 14B 22 30
Octal 245 121 172 0 63 32 43 513 42 60
Binary 10100101 1010001 1111010 0 110011 11010 100011 101001011 100010 110000

Color Harmonies of #A5517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5517A

Black with #A5517A

Text Example


Text Example

White with #A5517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5517A; }

 p { color: rgb(165,81,122); }

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

background-color css

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

 a { background-color: rgb(165,81,122); }

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

border-color css

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

 span { border-color: rgb(165,81,122); }

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