Html Css Color HEX #A96BDA Amethyst

📋 copy color: '#A96BDA'

red 169 ◦ green 107 ◦ blue 218

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

Shades of Amethyst #A96BDA

Tints of Amethyst #A96BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 34.21%
G = 21.66%
B = 44.13%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A96BDA (or 0xA96BDA) is known color: Amethyst. HEX triplet: A9, 6B and DA. RGB value is (169,107,218). Sum of RGB (Red+Green+Blue) = 169+107+218=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BDA is #569425. Grayscale: #898989. Windows color (decimal): -5674022 or 14314409. OLE color: 14314409.

HSL color Cylindrical-coordinate representation of color #A96BDA: hue angle of 273.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A96BDA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 107 218 -
CMYK 0.22 0.51 0 0.15
HSL 273.51º 0.6% 0.64% -
HSV(B) 273.51º 0.51% 0.85% -
XYZ 34.27 24.01 69.16 -
YUV 138.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 169 107 218 0.22 0.51 0 0.15 273.51 0.6 0.64
Hex A9 6B DA 16 33 0 F 112 3C 40
Octal 251 153 332 26 63 0 17 422 74 100
Binary 10101001 1101011 11011010 10110 110011 0 1111 100010010 111100 1000000

Color Harmonies of #A96BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BDA

Black with #A96BDA

Text Example


Text Example

White with #A96BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BDA; }

 p { color: rgb(169,107,218); }

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

background-color css

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

 a { background-color: rgb(169,107,218); }

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

border-color css

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

 span { border-color: rgb(169,107,218); }

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