Html Css Color HEX #A371C5 Amethyst

📋 copy color: '#A371C5'

red 163 ◦ green 113 ◦ blue 197

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

Shades of Amethyst #A371C5

Tints of Amethyst #A371C5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 34.46%
G = 23.89%
B = 41.65%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A371C5 (or 0xA371C5) is known color: Amethyst. HEX triplet: A3, 71 and C5. RGB value is (163,113,197). Sum of RGB (Red+Green+Blue) = 163+113+197=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #A371C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371C5 is #5C8E3A. Grayscale: #898989. Windows color (decimal): -6065723 or 12939683. OLE color: 12939683.

HSL color Cylindrical-coordinate representation of color #A371C5: hue angle of 275.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A371C5 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 113 197 -
CMYK 0.17 0.43 0 0.23
HSL 275.71º 0.42% 0.61% -
HSV(B) 275.71º 0.43% 0.77% -
XYZ 31.09 23.63 55.75 -
YUV 137.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 163 113 197 0.17 0.43 0 0.23 275.71 0.42 0.61
Hex A3 71 C5 11 2B 0 17 114 2A 3D
Octal 243 161 305 21 53 0 27 424 52 75
Binary 10100011 1110001 11000101 10001 101011 0 10111 100010100 101010 111101

Color Harmonies of #A371C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371C5

Black with #A371C5

Text Example


Text Example

White with #A371C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371C5; }

 p { color: rgb(163,113,197); }

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

background-color css

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

 a { background-color: rgb(163,113,197); }

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

border-color css

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

 span { border-color: rgb(163,113,197); }

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