Html Css Color HEX #A4517F Royal Heath

📋 copy color: '#A4517F'

red 164 ◦ green 81 ◦ blue 127

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

Shades of Royal Heath #A4517F

Tints of Royal Heath #A4517F

RGB

 RED value IS 164 (64.45% from 255) = 44.09%

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

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

R = 44.09%
G = 21.77%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4517F (or 0xA4517F) is known color: Royal Heath. HEX triplet: A4, 51 and 7F. RGB value is (164,81,127). Sum of RGB (Red+Green+Blue) = 164+81+127=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4517F is #5BAE80. Grayscale: #6E6E6E. Windows color (decimal): -6008449 or 8343972. OLE color: 8343972.

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

Color convert

RGB 164 81 127 -
CMYK 0 0.51 0.23 0.36
HSL 326.75º 0.34% 0.48% -
HSV(B) 326.75º 0.51% 0.64% -
XYZ 22.08 15.31 21.87 -
YUV 111.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 164 81 127 0 0.51 0.23 0.36 326.75 0.34 0.48
Hex A4 51 7F 0 33 17 24 147 22 30
Octal 244 121 177 0 63 27 44 507 42 60
Binary 10100100 1010001 1111111 0 110011 10111 100100 101000111 100010 110000

Color Harmonies of #A4517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4517F

Black with #A4517F

Text Example


Text Example

White with #A4517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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