Html Css Color HEX #A96ACF Amethyst

📋 copy color: '#A96ACF'

red 169 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #A96ACF

Tints of Amethyst #A96ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

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

R = 35.06%
G = 21.99%
B = 42.95%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A96ACF (or 0xA96ACF) is known color: Amethyst. HEX triplet: A9, 6A and CF. RGB value is (169,106,207). Sum of RGB (Red+Green+Blue) = 169+106+207=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACF is #569530. Grayscale: #888888. Windows color (decimal): -5674289 or 13593257. OLE color: 13593257.

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

Color convert

RGB 169 106 207 -
CMYK 0.18 0.49 0 0.19
HSL 277.43º 0.51% 0.61% -
HSV(B) 277.43º 0.49% 0.81% -
XYZ 32.78 23.25 61.79 -
YUV 136.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 169 106 207 0.18 0.49 0 0.19 277.43 0.51 0.61
Hex A9 6A CF 12 31 0 13 115 33 3D
Octal 251 152 317 22 61 0 23 425 63 75
Binary 10101001 1101010 11001111 10010 110001 0 10011 100010101 110011 111101

Color Harmonies of #A96ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96ACF

Black with #A96ACF

Text Example


Text Example

White with #A96ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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