Html Css Color HEX #A96BCD Amethyst

📋 copy color: '#A96BCD'

red 169 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #A96BCD

Tints of Amethyst #A96BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 35.14%
G = 22.25%
B = 42.62%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A96BCD (or 0xA96BCD) is known color: Amethyst. HEX triplet: A9, 6B and CD. RGB value is (169,107,205). Sum of RGB (Red+Green+Blue) = 169+107+205=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BCD is #569432. Grayscale: #888888. Windows color (decimal): -5674035 or 13462441. OLE color: 13462441.

HSL color Cylindrical-coordinate representation of color #A96BCD: hue angle of 277.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96BCD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 107 205 -
CMYK 0.18 0.48 0 0.20
HSL 277.96º 0.49% 0.61% -
HSV(B) 277.96º 0.48% 0.8% -
XYZ 32.64 23.36 60.55 -
YUV 136.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 169 107 205 0.18 0.48 0 0.20 277.96 0.49 0.61
Hex A9 6B CD 12 30 0 14 116 31 3D
Octal 251 153 315 22 60 0 24 426 61 75
Binary 10101001 1101011 11001101 10010 110000 0 10100 100010110 110001 111101

Color Harmonies of #A96BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BCD

Black with #A96BCD

Text Example


Text Example

White with #A96BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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