Html Css Color HEX #A678D5 Amethyst

📋 copy color: '#A678D5'

red 166 ◦ green 120 ◦ blue 213

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

Shades of Amethyst #A678D5

Tints of Amethyst #A678D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 33.27%
G = 24.05%
B = 42.69%

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

#A678D5 (or 0xA678D5) is known color: Amethyst. HEX triplet: A6, 78 and D5. RGB value is (166,120,213). Sum of RGB (Red+Green+Blue) = 166+120+213=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A678D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678D5 is #59872A. Grayscale: #909090. Windows color (decimal): -5867307 or 13990054. OLE color: 13990054.

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

Color convert

RGB 166 120 213 -
CMYK 0.22 0.44 0 0.16
HSL 269.68º 0.53% 0.65% -
HSV(B) 269.68º 0.44% 0.84% -
XYZ 34.45 26.34 66.22 -
YUV 144.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 166 120 213 0.22 0.44 0 0.16 269.68 0.53 0.65
Hex A6 78 D5 16 2C 0 10 10E 35 41
Octal 246 170 325 26 54 0 20 416 65 101
Binary 10100110 1111000 11010101 10110 101100 0 10000 100001110 110101 1000001

Color Harmonies of #A678D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678D5

Black with #A678D5

Text Example


Text Example

White with #A678D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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