Html Css Color HEX #A774CE Amethyst

📋 copy color: '#A774CE'

red 167 ◦ green 116 ◦ blue 206

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

Shades of Amethyst #A774CE

Tints of Amethyst #A774CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 34.15%
G = 23.72%
B = 42.13%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A774CE (or 0xA774CE) is known color: Amethyst. HEX triplet: A7, 74 and CE. RGB value is (167,116,206). Sum of RGB (Red+Green+Blue) = 167+116+206=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A774CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774CE is #588B31. Grayscale: #8D8D8D. Windows color (decimal): -5802802 or 13530279. OLE color: 13530279.

HSL color Cylindrical-coordinate representation of color #A774CE: hue angle of 274º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A774CE is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 116 206 -
CMYK 0.19 0.44 0 0.19
HSL 274º 0.48% 0.63% -
HSV(B) 274º 0.44% 0.81% -
XYZ 33.32 25.16 61.49 -
YUV 141.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 167 116 206 0.19 0.44 0 0.19 274 0.48 0.63
Hex A7 74 CE 13 2C 0 13 112 30 3F
Octal 247 164 316 23 54 0 23 422 60 77
Binary 10100111 1110100 11001110 10011 101100 0 10011 100010010 110000 111111

Color Harmonies of #A774CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774CE

Black with #A774CE

Text Example


Text Example

White with #A774CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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