Html Css Color HEX #A4517D Royal Heath

📋 copy color: '#A4517D'

red 164 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #A4517D

Tints of Royal Heath #A4517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 44.32%
G = 21.89%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4517D (or 0xA4517D) is known color: Royal Heath. HEX triplet: A4, 51 and 7D. RGB value is (164,81,125). Sum of RGB (Red+Green+Blue) = 164+81+125=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4517D is #5BAE82. Grayscale: #6E6E6E. Windows color (decimal): -6008451 or 8212900. OLE color: 8212900.

HSL color Cylindrical-coordinate representation of color #A4517D: hue angle of 328.19º 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 #A4517D is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 81 125 -
CMYK 0 0.51 0.24 0.36
HSL 328.19º 0.34% 0.48% -
HSV(B) 328.19º 0.51% 0.64% -
XYZ 21.95 15.26 21.19 -
YUV 110.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 164 81 125 0 0.51 0.24 0.36 328.19 0.34 0.48
Hex A4 51 7D 0 33 18 24 148 22 30
Octal 244 121 175 0 63 30 44 510 42 60
Binary 10100100 1010001 1111101 0 110011 11000 100100 101001000 100010 110000

Color Harmonies of #A4517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4517D

Black with #A4517D

Text Example


Text Example

White with #A4517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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