Html Css Color HEX #A978CE Amethyst

📋 copy color: '#A978CE'

red 169 ◦ green 120 ◦ blue 206

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

Shades of Amethyst #A978CE

Tints of Amethyst #A978CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 34.14%
G = 24.24%
B = 41.62%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A978CE (or 0xA978CE) is known color: Amethyst. HEX triplet: A9, 78 and CE. RGB value is (169,120,206). Sum of RGB (Red+Green+Blue) = 169+120+206=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A978CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CE is #568731. Grayscale: #909090. Windows color (decimal): -5670706 or 13531305. OLE color: 13531305.

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

Color convert

RGB 169 120 206 -
CMYK 0.18 0.42 0 0.19
HSL 274.19º 0.47% 0.64% -
HSV(B) 274.19º 0.42% 0.81% -
XYZ 34.22 26.32 61.67 -
YUV 144.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 169 120 206 0.18 0.42 0 0.19 274.19 0.47 0.64
Hex A9 78 CE 12 2A 0 13 112 2F 40
Octal 251 170 316 22 52 0 23 422 57 100
Binary 10101001 1111000 11001110 10010 101010 0 10011 100010010 101111 1000000

Color Harmonies of #A978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978CE

Black with #A978CE

Text Example


Text Example

White with #A978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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