Html Css Color HEX #A4517A Royal Heath

📋 copy color: '#A4517A'

red 164 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #A4517A

Tints of Royal Heath #A4517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 44.69%
G = 22.07%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4517A (or 0xA4517A) is known color: Royal Heath. HEX triplet: A4, 51 and 7A. RGB value is (164,81,122). Sum of RGB (Red+Green+Blue) = 164+81+122=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A4517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4517A is #5BAE85. Grayscale: #6E6E6E. Windows color (decimal): -6008454 or 8016292. OLE color: 8016292.

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

Color convert

RGB 164 81 122 -
CMYK 0 0.51 0.26 0.36
HSL 330.36º 0.34% 0.48% -
HSV(B) 330.36º 0.51% 0.64% -
XYZ 21.77 15.18 20.2 -
YUV 110.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 164 81 122 0 0.51 0.26 0.36 330.36 0.34 0.48
Hex A4 51 7A 0 33 1A 24 14A 22 30
Octal 244 121 172 0 63 32 44 512 42 60
Binary 10100100 1010001 1111010 0 110011 11010 100100 101001010 100010 110000

Color Harmonies of #A4517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4517A

Black with #A4517A

Text Example


Text Example

White with #A4517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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