Html Css Color HEX #A878D0 Amethyst

📋 copy color: '#A878D0'

red 168 ◦ green 120 ◦ blue 208

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

Shades of Amethyst #A878D0

Tints of Amethyst #A878D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 33.87%
G = 24.19%
B = 41.94%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A878D0 (or 0xA878D0) is known color: Amethyst. HEX triplet: A8, 78 and D0. RGB value is (168,120,208). Sum of RGB (Red+Green+Blue) = 168+120+208=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #A878D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D0 is #57872F. Grayscale: #909090. Windows color (decimal): -5736240 or 13662376. OLE color: 13662376.

HSL color Cylindrical-coordinate representation of color #A878D0: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A878D0 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 120 208 -
CMYK 0.19 0.42 0 0.18
HSL 272.73º 0.48% 0.64% -
HSV(B) 272.73º 0.42% 0.82% -
XYZ 34.25 26.31 62.95 -
YUV 144.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 168 120 208 0.19 0.42 0 0.18 272.73 0.48 0.64
Hex A8 78 D0 13 2A 0 12 111 30 40
Octal 250 170 320 23 52 0 22 421 60 100
Binary 10101000 1111000 11010000 10011 101010 0 10010 100010001 110000 1000000

Color Harmonies of #A878D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A878D0

Black with #A878D0

Text Example


Text Example

White with #A878D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A878D0; }

 p { color: rgb(168,120,208); }

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

background-color css

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

 a { background-color: rgb(168,120,208); }

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

border-color css

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

 span { border-color: rgb(168,120,208); }

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