Html Css Color HEX #A774CD Amethyst

📋 copy color: '#A774CD'

red 167 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #A774CD

Tints of Amethyst #A774CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 34.22%
G = 23.77%
B = 42.01%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A774CD (or 0xA774CD) is known color: Amethyst. HEX triplet: A7, 74 and CD. RGB value is (167,116,205). Sum of RGB (Red+Green+Blue) = 167+116+205=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A774CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774CD is #588B32. Grayscale: #8D8D8D. Windows color (decimal): -5802803 or 13464743. OLE color: 13464743.

HSL color Cylindrical-coordinate representation of color #A774CD: hue angle of 274.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A774CD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 116 205 -
CMYK 0.19 0.43 0 0.20
HSL 274.38º 0.47% 0.63% -
HSV(B) 274.38º 0.43% 0.8% -
XYZ 33.2 25.11 60.86 -
YUV 141.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 167 116 205 0.19 0.43 0 0.20 274.38 0.47 0.63
Hex A7 74 CD 13 2B 0 14 112 2F 3F
Octal 247 164 315 23 53 0 24 422 57 77
Binary 10100111 1110100 11001101 10011 101011 0 10100 100010010 101111 111111

Color Harmonies of #A774CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A774CD

Black with #A774CD

Text Example


Text Example

White with #A774CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A774CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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