Html Css Color HEX #A879D6 Amethyst

📋 copy color: '#A879D6'

red 168 ◦ green 121 ◦ blue 214

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

Shades of Amethyst #A879D6

Tints of Amethyst #A879D6

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

 GREEN value IS 121 (47.66% from 255) = 24.06%

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 33.4%
G = 24.06%
B = 42.54%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A879D6 (or 0xA879D6) is known color: Amethyst. HEX triplet: A8, 79 and D6. RGB value is (168,121,214). Sum of RGB (Red+Green+Blue) = 168+121+214=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #A879D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879D6 is #578629. Grayscale: #919191. Windows color (decimal): -5735978 or 14055848. OLE color: 14055848.

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

Color convert

RGB 168 121 214 -
CMYK 0.21 0.43 0 0.16
HSL 270.32º 0.53% 0.66% -
HSV(B) 270.32º 0.43% 0.84% -
XYZ 35.12 26.85 66.95 -
YUV 145.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 168 121 214 0.21 0.43 0 0.16 270.32 0.53 0.66
Hex A8 79 D6 15 2B 0 10 10E 35 42
Octal 250 171 326 25 53 0 20 416 65 102
Binary 10101000 1111001 11010110 10101 101011 0 10000 100001110 110101 1000010

Color Harmonies of #A879D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879D6

Black with #A879D6

Text Example


Text Example

White with #A879D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879D6; }

 p { color: rgb(168,121,214); }

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

background-color css

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

 a { background-color: rgb(168,121,214); }

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

border-color css

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

 span { border-color: rgb(168,121,214); }

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