Html Css Color HEX #A371CF Amethyst

📋 copy color: '#A371CF'

red 163 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A371CF

Tints of Amethyst #A371CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 33.75%
G = 23.4%
B = 42.86%

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

#A371CF (or 0xA371CF) is known color: Amethyst. HEX triplet: A3, 71 and CF. RGB value is (163,113,207). Sum of RGB (Red+Green+Blue) = 163+113+207=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A371CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A371CF is #5C8E30. Grayscale: #8A8A8A. Windows color (decimal): -6065713 or 13595043. OLE color: 13595043.

HSL color Cylindrical-coordinate representation of color #A371CF: hue angle of 271.91º 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 #A371CF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 113 207 -
CMYK 0.21 0.45 0 0.19
HSL 271.91º 0.49% 0.63% -
HSV(B) 271.91º 0.45% 0.81% -
XYZ 32.27 24.1 61.98 -
YUV 138.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 163 113 207 0.21 0.45 0 0.19 271.91 0.49 0.63
Hex A3 71 CF 15 2D 0 13 110 31 3F
Octal 243 161 317 25 55 0 23 420 61 77
Binary 10100011 1110001 11001111 10101 101101 0 10011 100010000 110001 111111

Color Harmonies of #A371CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A371CF

Black with #A371CF

Text Example


Text Example

White with #A371CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A371CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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