Html Css Color HEX #A377D5 Amethyst

📋 copy color: '#A377D5'

red 163 ◦ green 119 ◦ blue 213

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

Shades of Amethyst #A377D5

Tints of Amethyst #A377D5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.04%

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 32.93%
G = 24.04%
B = 43.03%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A377D5 (or 0xA377D5) is known color: Amethyst. HEX triplet: A3, 77 and D5. RGB value is (163,119,213). Sum of RGB (Red+Green+Blue) = 163+119+213=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A377D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377D5 is #5C882A. Grayscale: #8E8E8E. Windows color (decimal): -6064171 or 13989795. OLE color: 13989795.

HSL color Cylindrical-coordinate representation of color #A377D5: hue angle of 268.09º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A377D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 119 213 -
CMYK 0.23 0.44 0 0.16
HSL 268.09º 0.53% 0.65% -
HSV(B) 268.09º 0.44% 0.84% -
XYZ 33.71 25.78 66.15 -
YUV 142.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 163 119 213 0.23 0.44 0 0.16 268.09 0.53 0.65
Hex A3 77 D5 17 2C 0 10 10C 35 41
Octal 243 167 325 27 54 0 20 414 65 101
Binary 10100011 1110111 11010101 10111 101100 0 10000 100001100 110101 1000001

Color Harmonies of #A377D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377D5

Black with #A377D5

Text Example


Text Example

White with #A377D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377D5; }

 p { color: rgb(163,119,213); }

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

background-color css

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

 a { background-color: rgb(163,119,213); }

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

border-color css

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

 span { border-color: rgb(163,119,213); }

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