Html Css Color HEX #A774CF Amethyst

📋 copy color: '#A774CF'

red 167 ◦ green 116 ◦ blue 207

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

Shades of Amethyst #A774CF

Tints of Amethyst #A774CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 34.08%
G = 23.67%
B = 42.24%

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

#A774CF (or 0xA774CF) is known color: Amethyst. HEX triplet: A7, 74 and CF. RGB value is (167,116,207). Sum of RGB (Red+Green+Blue) = 167+116+207=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #A774CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774CF is #588B30. Grayscale: #8D8D8D. Windows color (decimal): -5802801 or 13595815. OLE color: 13595815.

HSL color Cylindrical-coordinate representation of color #A774CF: hue angle of 273.63º degrees, saturation: 0.49, 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 #A774CF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 116 207 -
CMYK 0.19 0.44 0 0.19
HSL 273.63º 0.49% 0.63% -
HSV(B) 273.63º 0.44% 0.81% -
XYZ 33.44 25.21 62.14 -
YUV 141.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 167 116 207 0.19 0.44 0 0.19 273.63 0.49 0.63
Hex A7 74 CF 13 2C 0 13 112 31 3F
Octal 247 164 317 23 54 0 23 422 61 77
Binary 10100111 1110100 11001111 10011 101100 0 10011 100010010 110001 111111

Color Harmonies of #A774CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774CF

Black with #A774CF

Text Example


Text Example

White with #A774CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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