Html Css Color HEX #A96FCE Amethyst

📋 copy color: '#A96FCE'

red 169 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #A96FCE

Tints of Amethyst #A96FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

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

R = 34.77%
G = 22.84%
B = 42.39%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A96FCE (or 0xA96FCE) is known color: Amethyst. HEX triplet: A9, 6F and CE. RGB value is (169,111,206). Sum of RGB (Red+Green+Blue) = 169+111+206=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FCE is #569031. Grayscale: #8A8A8A. Windows color (decimal): -5673010 or 13529001. OLE color: 13529001.

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

Color convert

RGB 169 111 206 -
CMYK 0.18 0.46 0 0.19
HSL 276.63º 0.49% 0.62% -
HSV(B) 276.63º 0.46% 0.81% -
XYZ 33.19 24.26 61.33 -
YUV 139.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 169 111 206 0.18 0.46 0 0.19 276.63 0.49 0.62
Hex A9 6F CE 12 2E 0 13 115 31 3E
Octal 251 157 316 22 56 0 23 425 61 76
Binary 10101001 1101111 11001110 10010 101110 0 10011 100010101 110001 111110

Color Harmonies of #A96FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96FCE

Black with #A96FCE

Text Example


Text Example

White with #A96FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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