Html Css Color HEX #A3517A Royal Heath

📋 copy color: '#A3517A'

red 163 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #A3517A

Tints of Royal Heath #A3517A

RGB

 RED value IS 163 (64.06% from 255) = 44.54%

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

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

R = 44.54%
G = 22.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3517A (or 0xA3517A) is known color: Royal Heath. HEX triplet: A3, 51 and 7A. RGB value is (163,81,122). Sum of RGB (Red+Green+Blue) = 163+81+122=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3517A is #5CAE85. Grayscale: #6E6E6E. Windows color (decimal): -6073990 or 8016291. OLE color: 8016291.

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

Color convert

RGB 163 81 122 -
CMYK 0 0.50 0.25 0.36
HSL 330º 0.34% 0.48% -
HSV(B) 330º 0.5% 0.64% -
XYZ 21.56 15.08 20.19 -
YUV 110.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 163 81 122 0 0.50 0.25 0.36 330 0.34 0.48
Hex A3 51 7A 0 32 19 24 14A 22 30
Octal 243 121 172 0 62 31 44 512 42 60
Binary 10100011 1010001 1111010 0 110010 11001 100100 101001010 100010 110000

Color Harmonies of #A3517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3517A

Black with #A3517A

Text Example


Text Example

White with #A3517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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