Html Css Color HEX #A376CD Amethyst

📋 copy color: '#A376CD'

red 163 ◦ green 118 ◦ blue 205

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

Shades of Amethyst #A376CD

Tints of Amethyst #A376CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 33.54%
G = 24.28%
B = 42.18%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A376CD (or 0xA376CD) is known color: Amethyst. HEX triplet: A3, 76 and CD. RGB value is (163,118,205). Sum of RGB (Red+Green+Blue) = 163+118+205=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A376CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CD is #5C8932. Grayscale: #8D8D8D. Windows color (decimal): -6064435 or 13465251. OLE color: 13465251.

HSL color Cylindrical-coordinate representation of color #A376CD: hue angle of 271.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A376CD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 118 205 -
CMYK 0.20 0.42 0 0.20
HSL 271.03º 0.47% 0.63% -
HSV(B) 271.03º 0.42% 0.8% -
XYZ 32.6 25.15 60.89 -
YUV 141.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 163 118 205 0.20 0.42 0 0.20 271.03 0.47 0.63
Hex A3 76 CD 14 2A 0 14 10F 2F 3F
Octal 243 166 315 24 52 0 24 417 57 77
Binary 10100011 1110110 11001101 10100 101010 0 10100 100001111 101111 111111

Color Harmonies of #A376CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A376CD

Black with #A376CD

Text Example


Text Example

White with #A376CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A376CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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