Html Css Color HEX #A377D4 Amethyst

📋 copy color: '#A377D4'

red 163 ◦ green 119 ◦ blue 212

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

Shades of Amethyst #A377D4

Tints of Amethyst #A377D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 33%
G = 24.09%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A377D4 (or 0xA377D4) is known color: Amethyst. HEX triplet: A3, 77 and D4. RGB value is (163,119,212). Sum of RGB (Red+Green+Blue) = 163+119+212=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #A377D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377D4 is #5C882B. Grayscale: #8E8E8E. Windows color (decimal): -6064172 or 13924259. OLE color: 13924259.

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

Color convert

RGB 163 119 212 -
CMYK 0.23 0.44 0 0.17
HSL 268.39º 0.52% 0.65% -
HSV(B) 268.39º 0.44% 0.83% -
XYZ 33.58 25.73 65.48 -
YUV 142.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 163 119 212 0.23 0.44 0 0.17 268.39 0.52 0.65
Hex A3 77 D4 17 2C 0 11 10C 34 41
Octal 243 167 324 27 54 0 21 414 64 101
Binary 10100011 1110111 11010100 10111 101100 0 10001 100001100 110100 1000001

Color Harmonies of #A377D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377D4

Black with #A377D4

Text Example


Text Example

White with #A377D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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