Html Css Color HEX #A96BCC Amethyst

📋 copy color: '#A96BCC'

red 169 ◦ green 107 ◦ blue 204

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

Shades of Amethyst #A96BCC

Tints of Amethyst #A96BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 35.21%
G = 22.29%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A96BCC (or 0xA96BCC) is known color: Amethyst. HEX triplet: A9, 6B and CC. RGB value is (169,107,204). Sum of RGB (Red+Green+Blue) = 169+107+204=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A96BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BCC is #569433. Grayscale: #888888. Windows color (decimal): -5674036 or 13396905. OLE color: 13396905.

HSL color Cylindrical-coordinate representation of color #A96BCC: hue angle of 278.35º 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 #A96BCC is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 107 204 -
CMYK 0.17 0.48 0 0.2
HSL 278.35º 0.49% 0.61% -
HSV(B) 278.35º 0.48% 0.8% -
XYZ 32.52 23.31 59.91 -
YUV 136.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 169 107 204 0.17 0.48 0 0.2 278.35 0.49 0.61
Hex A9 6B CC 11 30 0 14 116 31 3D
Octal 251 153 314 21 60 0 24 426 61 75
Binary 10101001 1101011 11001100 10001 110000 0 10100 100010110 110001 111101

Color Harmonies of #A96BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96BCC

Black with #A96BCC

Text Example


Text Example

White with #A96BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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