Html Css Color HEX #A678CD Amethyst

📋 copy color: '#A678CD'

red 166 ◦ green 120 ◦ blue 205

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

Shades of Amethyst #A678CD

Tints of Amethyst #A678CD

RGB

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

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

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

R = 33.81%
G = 24.44%
B = 41.75%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A678CD (or 0xA678CD) is known color: Amethyst. HEX triplet: A6, 78 and CD. RGB value is (166,120,205). Sum of RGB (Red+Green+Blue) = 166+120+205=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #A678CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CD is #598732. Grayscale: #8F8F8F. Windows color (decimal): -5867315 or 13465766. OLE color: 13465766.

HSL color Cylindrical-coordinate representation of color #A678CD: hue angle of 272.47º degrees, saturation: 0.46, 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 #A678CD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 120 205 -
CMYK 0.19 0.41 0 0.20
HSL 272.47º 0.46% 0.64% -
HSV(B) 272.47º 0.41% 0.8% -
XYZ 33.46 25.95 61 -
YUV 143.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 166 120 205 0.19 0.41 0 0.20 272.47 0.46 0.64
Hex A6 78 CD 13 29 0 14 110 2E 40
Octal 246 170 315 23 51 0 24 420 56 100
Binary 10100110 1111000 11001101 10011 101001 0 10100 100010000 101110 1000000

Color Harmonies of #A678CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678CD

Black with #A678CD

Text Example


Text Example

White with #A678CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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