Html Css Color HEX #A678CC Amethyst

📋 copy color: '#A678CC'

red 166 ◦ green 120 ◦ blue 204

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

Shades of Amethyst #A678CC

Tints of Amethyst #A678CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 33.88%
G = 24.49%
B = 41.63%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A678CC (or 0xA678CC) is known color: Amethyst. HEX triplet: A6, 78 and CC. RGB value is (166,120,204). Sum of RGB (Red+Green+Blue) = 166+120+204=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #A678CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CC is #598733. Grayscale: #8F8F8F. Windows color (decimal): -5867316 or 13400230. OLE color: 13400230.

HSL color Cylindrical-coordinate representation of color #A678CC: hue angle of 272.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A678CC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 120 204 -
CMYK 0.19 0.41 0 0.2
HSL 272.86º 0.45% 0.64% -
HSV(B) 272.86º 0.41% 0.8% -
XYZ 33.34 25.9 60.37 -
YUV 143.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 166 120 204 0.19 0.41 0 0.2 272.86 0.45 0.64
Hex A6 78 CC 13 29 0 14 111 2D 40
Octal 246 170 314 23 51 0 24 421 55 100
Binary 10100110 1111000 11001100 10011 101001 0 10100 100010001 101101 1000000

Color Harmonies of #A678CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678CC

Black with #A678CC

Text Example


Text Example

White with #A678CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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