Html Css Color HEX #A371CE Amethyst

📋 copy color: '#A371CE'

red 163 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A371CE

Tints of Amethyst #A371CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 33.82%
G = 23.44%
B = 42.74%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A371CE (or 0xA371CE) is known color: Amethyst. HEX triplet: A3, 71 and CE. RGB value is (163,113,206). Sum of RGB (Red+Green+Blue) = 163+113+206=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A371CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371CE is #5C8E31. Grayscale: #8A8A8A. Windows color (decimal): -6065714 or 13529507. OLE color: 13529507.

HSL color Cylindrical-coordinate representation of color #A371CE: hue angle of 272.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A371CE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 113 206 -
CMYK 0.21 0.45 0 0.19
HSL 272.26º 0.49% 0.63% -
HSV(B) 272.26º 0.45% 0.81% -
XYZ 32.15 24.05 61.34 -
YUV 138.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 163 113 206 0.21 0.45 0 0.19 272.26 0.49 0.63
Hex A3 71 CE 15 2D 0 13 110 31 3F
Octal 243 161 316 25 55 0 23 420 61 77
Binary 10100011 1110001 11001110 10101 101101 0 10011 100010000 110001 111111

Color Harmonies of #A371CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371CE

Black with #A371CE

Text Example


Text Example

White with #A371CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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