Html Css Color HEX #A774C7 Amethyst

📋 copy color: '#A774C7'

red 167 ◦ green 116 ◦ blue 199

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

Shades of Amethyst #A774C7

Tints of Amethyst #A774C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 34.65%
G = 24.07%
B = 41.29%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A774C7 (or 0xA774C7) is known color: Amethyst. HEX triplet: A7, 74 and C7. RGB value is (167,116,199). Sum of RGB (Red+Green+Blue) = 167+116+199=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #A774C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774C7 is #588B38. Grayscale: #8C8C8C. Windows color (decimal): -5802809 or 13071527. OLE color: 13071527.

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

Color convert

RGB 167 116 199 -
CMYK 0.16 0.42 0 0.22
HSL 276.87º 0.43% 0.62% -
HSV(B) 276.87º 0.42% 0.78% -
XYZ 32.49 24.83 57.11 -
YUV 140.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 167 116 199 0.16 0.42 0 0.22 276.87 0.43 0.62
Hex A7 74 C7 10 2A 0 16 115 2B 3E
Octal 247 164 307 20 52 0 26 425 53 76
Binary 10100111 1110100 11000111 10000 101010 0 10110 100010101 101011 111110

Color Harmonies of #A774C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774C7

Black with #A774C7

Text Example


Text Example

White with #A774C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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