Html Css Color HEX #A96BDD Amethyst

📋 copy color: '#A96BDD'

red 169 ◦ green 107 ◦ blue 221

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

Shades of Amethyst #A96BDD

Tints of Amethyst #A96BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 34%
G = 21.53%
B = 44.47%

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

#A96BDD (or 0xA96BDD) is known color: Amethyst. HEX triplet: A9, 6B and DD. RGB value is (169,107,221). Sum of RGB (Red+Green+Blue) = 169+107+221=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A96BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BDD is #569422. Grayscale: #8A8A8A. Windows color (decimal): -5674019 or 14511017. OLE color: 14511017.

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

Color convert

RGB 169 107 221 -
CMYK 0.24 0.52 0 0.13
HSL 272.63º 0.63% 0.64% -
HSV(B) 272.63º 0.52% 0.87% -
XYZ 34.67 24.17 71.24 -
YUV 138.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 169 107 221 0.24 0.52 0 0.13 272.63 0.63 0.64
Hex A9 6B DD 18 34 0 D 111 3F 40
Octal 251 153 335 30 64 0 15 421 77 100
Binary 10101001 1101011 11011101 11000 110100 0 1101 100010001 111111 1000000

Color Harmonies of #A96BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BDD

Black with #A96BDD

Text Example


Text Example

White with #A96BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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