Html Css Color HEX #A376CE Amethyst

📋 copy color: '#A376CE'

red 163 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #A376CE

Tints of Amethyst #A376CE

RGB

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

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

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

R = 33.47%
G = 24.23%
B = 42.3%

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

#A376CE (or 0xA376CE) is known color: Amethyst. HEX triplet: A3, 76 and CE. RGB value is (163,118,206). Sum of RGB (Red+Green+Blue) = 163+118+206=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A376CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CE is #5C8931. Grayscale: #8D8D8D. Windows color (decimal): -6064434 or 13530787. OLE color: 13530787.

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

Color convert

RGB 163 118 206 -
CMYK 0.21 0.43 0 0.19
HSL 270.68º 0.47% 0.64% -
HSV(B) 270.68º 0.43% 0.81% -
XYZ 32.72 25.2 61.53 -
YUV 141.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 163 118 206 0.21 0.43 0 0.19 270.68 0.47 0.64
Hex A3 76 CE 15 2B 0 13 10F 2F 40
Octal 243 166 316 25 53 0 23 417 57 100
Binary 10100011 1110110 11001110 10101 101011 0 10011 100001111 101111 1000000

Color Harmonies of #A376CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376CE

Black with #A376CE

Text Example


Text Example

White with #A376CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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