Html Css Color HEX #A77CD4 Amethyst

📋 copy color: '#A77CD4'

red 167 ◦ green 124 ◦ blue 212

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

Shades of Amethyst #A77CD4

Tints of Amethyst #A77CD4

RGB

 RED value IS 167 (65.63% from 255) = 33.2%

 GREEN value IS 124 (48.83% from 255) = 24.65%

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

R = 33.2%
G = 24.65%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A77CD4 (or 0xA77CD4) is known color: Amethyst. HEX triplet: A7, 7C and D4. RGB value is (167,124,212). Sum of RGB (Red+Green+Blue) = 167+124+212=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #A77CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CD4 is #58832B. Grayscale: #929292. Windows color (decimal): -5800748 or 13925543. OLE color: 13925543.

HSL color Cylindrical-coordinate representation of color #A77CD4: hue angle of 269.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77CD4 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 167 124 212 -
CMYK 0.21 0.42 0 0.17
HSL 269.32º 0.51% 0.66% -
HSV(B) 269.32º 0.42% 0.83% -
XYZ 35.03 27.38 65.73 -
YUV 146.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 167 124 212 0.21 0.42 0 0.17 269.32 0.51 0.66
Hex A7 7C D4 15 2A 0 11 10D 33 42
Octal 247 174 324 25 52 0 21 415 63 102
Binary 10100111 1111100 11010100 10101 101010 0 10001 100001101 110011 1000010

Color Harmonies of #A77CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CD4

Black with #A77CD4

Text Example


Text Example

White with #A77CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CD4; }

 p { color: rgb(167,124,212); }

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

background-color css

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

 a { background-color: rgb(167,124,212); }

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

border-color css

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

 span { border-color: rgb(167,124,212); }

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