Html Css Color HEX #A678CE Amethyst

📋 copy color: '#A678CE'

red 166 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #A678CE

Tints of Amethyst #A678CE

RGB

 RED value IS 166 (65.23% from 255) = 33.74%

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

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

R = 33.74%
G = 24.39%
B = 41.87%

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

#A678CE (or 0xA678CE) is known color: Amethyst. HEX triplet: A6, 78 and CE. RGB value is (166,120,206). Sum of RGB (Red+Green+Blue) = 166+120+206=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A678CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CE is #598731. Grayscale: #8F8F8F. Windows color (decimal): -5867314 or 13531302. OLE color: 13531302.

HSL color Cylindrical-coordinate representation of color #A678CE: hue angle of 272.09º 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 #A678CE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 120 206 -
CMYK 0.19 0.42 0 0.19
HSL 272.09º 0.47% 0.64% -
HSV(B) 272.09º 0.42% 0.81% -
XYZ 33.58 26 61.64 -
YUV 143.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 166 120 206 0.19 0.42 0 0.19 272.09 0.47 0.64
Hex A6 78 CE 13 2A 0 13 110 2F 40
Octal 246 170 316 23 52 0 23 420 57 100
Binary 10100110 1111000 11001110 10011 101010 0 10011 100010000 101111 1000000

Color Harmonies of #A678CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678CE

Black with #A678CE

Text Example


Text Example

White with #A678CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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