Html Css Color HEX #A778CE Amethyst

📋 copy color: '#A778CE'

red 167 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #A778CE

Tints of Amethyst #A778CE

RGB

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

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

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

R = 33.87%
G = 24.34%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A778CE (or 0xA778CE) is known color: Amethyst. HEX triplet: A7, 78 and CE. RGB value is (167,120,206). Sum of RGB (Red+Green+Blue) = 167+120+206=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A778CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778CE is #588731. Grayscale: #8F8F8F. Windows color (decimal): -5801778 or 13531303. OLE color: 13531303.

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

Color convert

RGB 167 120 206 -
CMYK 0.19 0.42 0 0.19
HSL 272.79º 0.47% 0.64% -
HSV(B) 272.79º 0.42% 0.81% -
XYZ 33.79 26.1 61.65 -
YUV 143.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 167 120 206 0.19 0.42 0 0.19 272.79 0.47 0.64
Hex A7 78 CE 13 2A 0 13 111 2F 40
Octal 247 170 316 23 52 0 23 421 57 100
Binary 10100111 1111000 11001110 10011 101010 0 10011 100010001 101111 1000000

Color Harmonies of #A778CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A778CE

Black with #A778CE

Text Example


Text Example

White with #A778CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A778CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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