Html Css Color HEX #A964DF Amethyst

📋 copy color: '#A964DF'

red 169 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #A964DF

Tints of Amethyst #A964DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 34.35%
G = 20.33%
B = 45.33%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A964DF (or 0xA964DF) is known color: Amethyst. HEX triplet: A9, 64 and DF. RGB value is (169,100,223). Sum of RGB (Red+Green+Blue) = 169+100+223=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A964DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A964DF is #569B20. Grayscale: #868686. Windows color (decimal): -5675809 or 14640297. OLE color: 14640297.

HSL color Cylindrical-coordinate representation of color #A964DF: hue angle of 273.66º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A964DF is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 100 223 -
CMYK 0.24 0.55 0 0.13
HSL 273.66º 0.66% 0.63% -
HSV(B) 273.66º 0.55% 0.87% -
XYZ 34.24 22.88 72.42 -
YUV 134.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 169 100 223 0.24 0.55 0 0.13 273.66 0.66 0.63
Hex A9 64 DF 18 37 0 D 112 42 3F
Octal 251 144 337 30 67 0 15 422 102 77
Binary 10101001 1100100 11011111 11000 110111 0 1101 100010010 1000010 111111

Color Harmonies of #A964DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A964DF

Black with #A964DF

Text Example


Text Example

White with #A964DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A964DF; }

 p { color: rgb(169,100,223); }

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

background-color css

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

 a { background-color: rgb(169,100,223); }

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

border-color css

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

 span { border-color: rgb(169,100,223); }

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