Html Css Color HEX #A7517C Royal Heath

📋 copy color: '#A7517C'

red 167 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #A7517C

Tints of Royal Heath #A7517C

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

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

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

R = 44.89%
G = 21.77%
B = 33.33%

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

#A7517C (or 0xA7517C) is known color: Royal Heath. HEX triplet: A7, 51 and 7C. RGB value is (167,81,124). Sum of RGB (Red+Green+Blue) = 167+81+124=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7517C is #58AE83. Grayscale: #6F6F6F. Windows color (decimal): -5811844 or 8147367. OLE color: 8147367.

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

Color convert

RGB 167 81 124 -
CMYK 0 0.51 0.26 0.35
HSL 330º 0.35% 0.49% -
HSV(B) 330º 0.51% 0.65% -
XYZ 22.52 15.56 20.88 -
YUV 111.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 167 81 124 0 0.51 0.26 0.35 330 0.35 0.49
Hex A7 51 7C 0 33 1A 23 14A 23 31
Octal 247 121 174 0 63 32 43 512 43 61
Binary 10100111 1010001 1111100 0 110011 11010 100011 101001010 100011 110001

Color Harmonies of #A7517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7517C

Black with #A7517C

Text Example


Text Example

White with #A7517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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