Html Css Color HEX #A3517E Royal Heath

📋 copy color: '#A3517E'

red 163 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #A3517E

Tints of Royal Heath #A3517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 44.05%
G = 21.89%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3517E (or 0xA3517E) is known color: Royal Heath. HEX triplet: A3, 51 and 7E. RGB value is (163,81,126). Sum of RGB (Red+Green+Blue) = 163+81+126=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3517E is #5CAE81. Grayscale: #6E6E6E. Windows color (decimal): -6073986 or 8278435. OLE color: 8278435.

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

Color convert

RGB 163 81 126 -
CMYK 0 0.50 0.23 0.36
HSL 327.07º 0.34% 0.48% -
HSV(B) 327.07º 0.5% 0.64% -
XYZ 21.81 15.18 21.52 -
YUV 110.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 163 81 126 0 0.50 0.23 0.36 327.07 0.34 0.48
Hex A3 51 7E 0 32 17 24 147 22 30
Octal 243 121 176 0 62 27 44 507 42 60
Binary 10100011 1010001 1111110 0 110010 10111 100100 101000111 100010 110000

Color Harmonies of #A3517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3517E

Black with #A3517E

Text Example


Text Example

White with #A3517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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