Html Css Color HEX #A978CF Amethyst

📋 copy color: '#A978CF'

red 169 ◦ green 120 ◦ blue 207

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

Shades of Amethyst #A978CF

Tints of Amethyst #A978CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 34.07%
G = 24.19%
B = 41.73%

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

#A978CF (or 0xA978CF) is known color: Amethyst. HEX triplet: A9, 78 and CF. RGB value is (169,120,207). Sum of RGB (Red+Green+Blue) = 169+120+207=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A978CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CF is #568730. Grayscale: #909090. Windows color (decimal): -5670705 or 13596841. OLE color: 13596841.

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

Color convert

RGB 169 120 207 -
CMYK 0.18 0.42 0 0.19
HSL 273.79º 0.48% 0.64% -
HSV(B) 273.79º 0.42% 0.81% -
XYZ 34.34 26.37 62.31 -
YUV 144.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 169 120 207 0.18 0.42 0 0.19 273.79 0.48 0.64
Hex A9 78 CF 12 2A 0 13 112 30 40
Octal 251 170 317 22 52 0 23 422 60 100
Binary 10101001 1111000 11001111 10010 101010 0 10011 100010010 110000 1000000

Color Harmonies of #A978CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A978CF

Black with #A978CF

Text Example


Text Example

White with #A978CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A978CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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