Html Css Color HEX #A376CF Amethyst

📋 copy color: '#A376CF'

red 163 ◦ green 118 ◦ blue 207

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

Shades of Amethyst #A376CF

Tints of Amethyst #A376CF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

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

R = 33.4%
G = 24.18%
B = 42.42%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A376CF (or 0xA376CF) is known color: Amethyst. HEX triplet: A3, 76 and CF. RGB value is (163,118,207). Sum of RGB (Red+Green+Blue) = 163+118+207=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A376CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CF is #5C8930. Grayscale: #8D8D8D. Windows color (decimal): -6064433 or 13596323. OLE color: 13596323.

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

Color convert

RGB 163 118 207 -
CMYK 0.21 0.43 0 0.19
HSL 270.34º 0.48% 0.64% -
HSV(B) 270.34º 0.43% 0.81% -
XYZ 32.85 25.25 62.17 -
YUV 141.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 163 118 207 0.21 0.43 0 0.19 270.34 0.48 0.64
Hex A3 76 CF 15 2B 0 13 10E 30 40
Octal 243 166 317 25 53 0 23 416 60 100
Binary 10100011 1110110 11001111 10101 101011 0 10011 100001110 110000 1000000

Color Harmonies of #A376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376CF

Black with #A376CF

Text Example


Text Example

White with #A376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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