Html Css Color HEX #A376CA Amethyst

📋 copy color: '#A376CA'

red 163 ◦ green 118 ◦ blue 202

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

Shades of Amethyst #A376CA

Tints of Amethyst #A376CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 33.75%
G = 24.43%
B = 41.82%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A376CA (or 0xA376CA) is known color: Amethyst. HEX triplet: A3, 76 and CA. RGB value is (163,118,202). Sum of RGB (Red+Green+Blue) = 163+118+202=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A376CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CA is #5C8935. Grayscale: #8C8C8C. Windows color (decimal): -6064438 or 13268643. OLE color: 13268643.

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

Color convert

RGB 163 118 202 -
CMYK 0.19 0.42 0 0.21
HSL 272.14º 0.44% 0.63% -
HSV(B) 272.14º 0.42% 0.79% -
XYZ 32.24 25.01 59 -
YUV 141.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 163 118 202 0.19 0.42 0 0.21 272.14 0.44 0.63
Hex A3 76 CA 13 2A 0 15 110 2C 3F
Octal 243 166 312 23 52 0 25 420 54 77
Binary 10100011 1110110 11001010 10011 101010 0 10101 100010000 101100 111111

Color Harmonies of #A376CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376CA

Black with #A376CA

Text Example


Text Example

White with #A376CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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