Html Css Color HEX #A774D6 Amethyst

📋 copy color: '#A774D6'

red 167 ◦ green 116 ◦ blue 214

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

Shades of Amethyst #A774D6

Tints of Amethyst #A774D6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

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

R = 33.6%
G = 23.34%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A774D6 (or 0xA774D6) is known color: Amethyst. HEX triplet: A7, 74 and D6. RGB value is (167,116,214). Sum of RGB (Red+Green+Blue) = 167+116+214=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #A774D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774D6 is #588B29. Grayscale: #8E8E8E. Windows color (decimal): -5802794 or 14054567. OLE color: 14054567.

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

Color convert

RGB 167 116 214 -
CMYK 0.22 0.46 0 0.16
HSL 271.22º 0.54% 0.65% -
HSV(B) 271.22º 0.46% 0.84% -
XYZ 34.32 25.56 66.74 -
YUV 142.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 167 116 214 0.22 0.46 0 0.16 271.22 0.54 0.65
Hex A7 74 D6 16 2E 0 10 10F 36 41
Octal 247 164 326 26 56 0 20 417 66 101
Binary 10100111 1110100 11010110 10110 101110 0 10000 100001111 110110 1000001

Color Harmonies of #A774D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774D6

Black with #A774D6

Text Example


Text Example

White with #A774D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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