Html Css Color HEX #A879D7 Amethyst

📋 copy color: '#A879D7'

red 168 ◦ green 121 ◦ blue 215

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

Shades of Amethyst #A879D7

Tints of Amethyst #A879D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 33.33%
G = 24.01%
B = 42.66%

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

#A879D7 (or 0xA879D7) is known color: Amethyst. HEX triplet: A8, 79 and D7. RGB value is (168,121,215). Sum of RGB (Red+Green+Blue) = 168+121+215=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #A879D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879D7 is #578628. Grayscale: #919191. Windows color (decimal): -5735977 or 14121384. OLE color: 14121384.

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

Color convert

RGB 168 121 215 -
CMYK 0.22 0.44 0 0.16
HSL 270º 0.54% 0.66% -
HSV(B) 270º 0.44% 0.84% -
XYZ 35.25 26.91 67.63 -
YUV 145.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 168 121 215 0.22 0.44 0 0.16 270 0.54 0.66
Hex A8 79 D7 16 2C 0 10 10E 36 42
Octal 250 171 327 26 54 0 20 416 66 102
Binary 10101000 1111001 11010111 10110 101100 0 10000 100001110 110110 1000010

Color Harmonies of #A879D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A879D7

Black with #A879D7

Text Example


Text Example

White with #A879D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A879D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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