Html Css Color HEX #A978D0 Amethyst

📋 copy color: '#A978D0'

red 169 ◦ green 120 ◦ blue 208

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

Shades of Amethyst #A978D0

Tints of Amethyst #A978D0

RGB

 RED value IS 169 (66.41% from 255) = 34%

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

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

R = 34%
G = 24.14%
B = 41.85%

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

#A978D0 (or 0xA978D0) is known color: Amethyst. HEX triplet: A9, 78 and D0. RGB value is (169,120,208). Sum of RGB (Red+Green+Blue) = 169+120+208=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #A978D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D0 is #56872F. Grayscale: #909090. Windows color (decimal): -5670704 or 13662377. OLE color: 13662377.

HSL color Cylindrical-coordinate representation of color #A978D0: hue angle of 273.41º 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 #A978D0 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 120 208 -
CMYK 0.19 0.42 0 0.18
HSL 273.41º 0.48% 0.64% -
HSV(B) 273.41º 0.42% 0.82% -
XYZ 34.46 26.42 62.96 -
YUV 144.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 169 120 208 0.19 0.42 0 0.18 273.41 0.48 0.64
Hex A9 78 D0 13 2A 0 12 111 30 40
Octal 251 170 320 23 52 0 22 421 60 100
Binary 10101001 1111000 11010000 10011 101010 0 10010 100010001 110000 1000000

Color Harmonies of #A978D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978D0

Black with #A978D0

Text Example


Text Example

White with #A978D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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