Html Css Color HEX #A77AD6 Amethyst

📋 copy color: '#A77AD6'

red 167 ◦ green 122 ◦ blue 214

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

Shades of Amethyst #A77AD6

Tints of Amethyst #A77AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.25%

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 33.2%
G = 24.25%
B = 42.54%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A77AD6 (or 0xA77AD6) is known color: Amethyst. HEX triplet: A7, 7A and D6. RGB value is (167,122,214). Sum of RGB (Red+Green+Blue) = 167+122+214=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A77AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77AD6 is #588529. Grayscale: #919191. Windows color (decimal): -5801258 or 14056103. OLE color: 14056103.

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

Color convert

RGB 167 122 214 -
CMYK 0.22 0.43 0 0.16
HSL 269.35º 0.53% 0.66% -
HSV(B) 269.35º 0.43% 0.84% -
XYZ 35.03 26.99 66.98 -
YUV 145.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 167 122 214 0.22 0.43 0 0.16 269.35 0.53 0.66
Hex A7 7A D6 16 2B 0 10 10D 35 42
Octal 247 172 326 26 53 0 20 415 65 102
Binary 10100111 1111010 11010110 10110 101011 0 10000 100001101 110101 1000010

Color Harmonies of #A77AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77AD6

Black with #A77AD6

Text Example


Text Example

White with #A77AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77AD6; }

 p { color: rgb(167,122,214); }

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

background-color css

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

 a { background-color: rgb(167,122,214); }

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

border-color css

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

 span { border-color: rgb(167,122,214); }

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