Html Css Color HEX #A0517C Royal Heath

📋 copy color: '#A0517C'

red 160 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #A0517C

Tints of Royal Heath #A0517C

RGB

 RED value IS 160 (62.89% from 255) = 43.84%

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

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

R = 43.84%
G = 22.19%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0517C (or 0xA0517C) is known color: Royal Heath. HEX triplet: A0, 51 and 7C. RGB value is (160,81,124). Sum of RGB (Red+Green+Blue) = 160+81+124=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0517C is #5FAE83. Grayscale: #6D6D6D. Windows color (decimal): -6270596 or 8147360. OLE color: 8147360.

HSL color Cylindrical-coordinate representation of color #A0517C: hue angle of 327.34º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0517C is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 124 -
CMYK 0 0.49 0.22 0.37
HSL 327.34º 0.33% 0.47% -
HSV(B) 327.34º 0.49% 0.63% -
XYZ 21.08 14.81 20.82 -
YUV 109.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 160 81 124 0 0.49 0.22 0.37 327.34 0.33 0.47
Hex A0 51 7C 0 31 16 25 147 21 2F
Octal 240 121 174 0 61 26 45 507 41 57
Binary 10100000 1010001 1111100 0 110001 10110 100101 101000111 100001 101111

Color Harmonies of #A0517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0517C

Black with #A0517C

Text Example


Text Example

White with #A0517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0517C; }

 p { color: rgb(160,81,124); }

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

background-color css

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

 a { background-color: rgb(160,81,124); }

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

border-color css

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

 span { border-color: rgb(160,81,124); }

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