Html Css Color HEX #A96CDF Amethyst

📋 copy color: '#A96CDF'

red 169 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #A96CDF

Tints of Amethyst #A96CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.6%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 33.8%
G = 21.6%
B = 44.6%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A96CDF (or 0xA96CDF) is known color: Amethyst. HEX triplet: A9, 6C and DF. RGB value is (169,108,223). Sum of RGB (Red+Green+Blue) = 169+108+223=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A96CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CDF is #569320. Grayscale: #8A8A8A. Windows color (decimal): -5673761 or 14642345. OLE color: 14642345.

HSL color Cylindrical-coordinate representation of color #A96CDF: hue angle of 271.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96CDF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 108 223 -
CMYK 0.24 0.52 0 0.13
HSL 271.83º 0.64% 0.65% -
HSV(B) 271.83º 0.52% 0.87% -
XYZ 35.04 24.49 72.69 -
YUV 139.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 169 108 223 0.24 0.52 0 0.13 271.83 0.64 0.65
Hex A9 6C DF 18 34 0 D 110 40 41
Octal 251 154 337 30 64 0 15 420 100 101
Binary 10101001 1101100 11011111 11000 110100 0 1101 100010000 1000000 1000001

Color Harmonies of #A96CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CDF

Black with #A96CDF

Text Example


Text Example

White with #A96CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CDF; }

 p { color: rgb(169,108,223); }

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

background-color css

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

 a { background-color: rgb(169,108,223); }

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

border-color css

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

 span { border-color: rgb(169,108,223); }

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