Html Css Color HEX #A8517F Royal Heath

📋 copy color: '#A8517F'

red 168 ◦ green 81 ◦ blue 127

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

Shades of Royal Heath #A8517F

Tints of Royal Heath #A8517F

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 44.68%
G = 21.54%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8517F (or 0xA8517F) is known color: Royal Heath. HEX triplet: A8, 51 and 7F. RGB value is (168,81,127). Sum of RGB (Red+Green+Blue) = 168+81+127=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8517F is #57AE80. Grayscale: #707070. Windows color (decimal): -5746305 or 8343976. OLE color: 8343976.

HSL color Cylindrical-coordinate representation of color #A8517F: hue angle of 328.28º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8517F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 127 -
CMYK 0 0.52 0.24 0.34
HSL 328.28º 0.35% 0.49% -
HSV(B) 328.28º 0.52% 0.66% -
XYZ 22.92 15.74 21.91 -
YUV 112.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 168 81 127 0 0.52 0.24 0.34 328.28 0.35 0.49
Hex A8 51 7F 0 34 18 22 148 23 31
Octal 250 121 177 0 64 30 42 510 43 61
Binary 10101000 1010001 1111111 0 110100 11000 100010 101001000 100011 110001

Color Harmonies of #A8517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8517F

Black with #A8517F

Text Example


Text Example

White with #A8517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8517F; }

 p { color: rgb(168,81,127); }

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

background-color css

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

 a { background-color: rgb(168,81,127); }

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

border-color css

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

 span { border-color: rgb(168,81,127); }

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