Html Css Color HEX #A966DA Amethyst

📋 copy color: '#A966DA'

red 169 ◦ green 102 ◦ blue 218

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

Shades of Amethyst #A966DA

Tints of Amethyst #A966DA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.86%

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 34.56%
G = 20.86%
B = 44.58%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A966DA (or 0xA966DA) is known color: Amethyst. HEX triplet: A9, 66 and DA. RGB value is (169,102,218). Sum of RGB (Red+Green+Blue) = 169+102+218=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #A966DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966DA is #569925. Grayscale: #868686. Windows color (decimal): -5675302 or 14313129. OLE color: 14313129.

HSL color Cylindrical-coordinate representation of color #A966DA: hue angle of 274.66º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A966DA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 102 218 -
CMYK 0.22 0.53 0 0.15
HSL 274.66º 0.61% 0.63% -
HSV(B) 274.66º 0.53% 0.85% -
XYZ 33.77 23 68.99 -
YUV 135.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 169 102 218 0.22 0.53 0 0.15 274.66 0.61 0.63
Hex A9 66 DA 16 35 0 F 113 3D 3F
Octal 251 146 332 26 65 0 17 423 75 77
Binary 10101001 1100110 11011010 10110 110101 0 1111 100010011 111101 111111

Color Harmonies of #A966DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A966DA

Black with #A966DA

Text Example


Text Example

White with #A966DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A966DA; }

 p { color: rgb(169,102,218); }

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

background-color css

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

 a { background-color: rgb(169,102,218); }

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

border-color css

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

 span { border-color: rgb(169,102,218); }

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