Html Css Color HEX #A96BCF Amethyst

📋 copy color: '#A96BCF'

red 169 ◦ green 107 ◦ blue 207

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

Shades of Amethyst #A96BCF

Tints of Amethyst #A96BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 34.99%
G = 22.15%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A96BCF (or 0xA96BCF) is known color: Amethyst. HEX triplet: A9, 6B and CF. RGB value is (169,107,207). Sum of RGB (Red+Green+Blue) = 169+107+207=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BCF is #569430. Grayscale: #888888. Windows color (decimal): -5674033 or 13593513. OLE color: 13593513.

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

Color convert

RGB 169 107 207 -
CMYK 0.18 0.48 0 0.19
HSL 277.2º 0.51% 0.62% -
HSV(B) 277.2º 0.48% 0.81% -
XYZ 32.88 23.46 61.83 -
YUV 136.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 169 107 207 0.18 0.48 0 0.19 277.2 0.51 0.62
Hex A9 6B CF 12 30 0 13 115 33 3E
Octal 251 153 317 22 60 0 23 425 63 76
Binary 10101001 1101011 11001111 10010 110000 0 10011 100010101 110011 111110

Color Harmonies of #A96BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BCF

Black with #A96BCF

Text Example


Text Example

White with #A96BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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