Html Css Color HEX #A778D7 Amethyst

📋 copy color: '#A778D7'

red 167 ◦ green 120 ◦ blue 215

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

Shades of Amethyst #A778D7

Tints of Amethyst #A778D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.9%

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 33.27%
G = 23.9%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A778D7 (or 0xA778D7) is known color: Amethyst. HEX triplet: A7, 78 and D7. RGB value is (167,120,215). Sum of RGB (Red+Green+Blue) = 167+120+215=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #A778D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D7 is #588728. Grayscale: #909090. Windows color (decimal): -5801769 or 14121127. OLE color: 14121127.

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

Color convert

RGB 167 120 215 -
CMYK 0.22 0.44 0 0.16
HSL 269.68º 0.54% 0.66% -
HSV(B) 269.68º 0.44% 0.84% -
XYZ 34.92 26.55 67.58 -
YUV 144.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 167 120 215 0.22 0.44 0 0.16 269.68 0.54 0.66
Hex A7 78 D7 16 2C 0 10 10E 36 42
Octal 247 170 327 26 54 0 20 416 66 102
Binary 10100111 1111000 11010111 10110 101100 0 10000 100001110 110110 1000010

Color Harmonies of #A778D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778D7

Black with #A778D7

Text Example


Text Example

White with #A778D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778D7; }

 p { color: rgb(167,120,215); }

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

background-color css

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

 a { background-color: rgb(167,120,215); }

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

border-color css

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

 span { border-color: rgb(167,120,215); }

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