Html Css Color HEX #A96CCD Amethyst

📋 copy color: '#A96CCD'

red 169 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A96CCD

Tints of Amethyst #A96CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 35.06%
G = 22.41%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A96CCD (or 0xA96CCD) is known color: Amethyst. HEX triplet: A9, 6C and CD. RGB value is (169,108,205). Sum of RGB (Red+Green+Blue) = 169+108+205=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCD is #569332. Grayscale: #888888. Windows color (decimal): -5673779 or 13462697. OLE color: 13462697.

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

Color convert

RGB 169 108 205 -
CMYK 0.18 0.47 0 0.20
HSL 277.73º 0.49% 0.61% -
HSV(B) 277.73º 0.47% 0.8% -
XYZ 32.74 23.57 60.58 -
YUV 137.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 169 108 205 0.18 0.47 0 0.20 277.73 0.49 0.61
Hex A9 6C CD 12 2F 0 14 116 31 3D
Octal 251 154 315 22 57 0 24 426 61 75
Binary 10101001 1101100 11001101 10010 101111 0 10100 100010110 110001 111101

Color Harmonies of #A96CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96CCD

Black with #A96CCD

Text Example


Text Example

White with #A96CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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