Html Css Color HEX #A064DF Amethyst

📋 copy color: '#A064DF'

red 160 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #A064DF

Tints of Amethyst #A064DF

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

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

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

R = 33.13%
G = 20.7%
B = 46.17%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A064DF (or 0xA064DF) is known color: Amethyst. HEX triplet: A0, 64 and DF. RGB value is (160,100,223). Sum of RGB (Red+Green+Blue) = 160+100+223=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A064DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064DF is #5F9B20. Grayscale: #838383. Windows color (decimal): -6265633 or 14640288. OLE color: 14640288.

HSL color Cylindrical-coordinate representation of color #A064DF: hue angle of 269.27º 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 #A064DF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 100 223 -
CMYK 0.28 0.55 0 0.13
HSL 269.27º 0.66% 0.63% -
HSV(B) 269.27º 0.55% 0.87% -
XYZ 32.37 21.92 72.34 -
YUV 131.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 160 100 223 0.28 0.55 0 0.13 269.27 0.66 0.63
Hex A0 64 DF 1C 37 0 D 10D 42 3F
Octal 240 144 337 34 67 0 15 415 102 77
Binary 10100000 1100100 11011111 11100 110111 0 1101 100001101 1000010 111111

Color Harmonies of #A064DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064DF

Black with #A064DF

Text Example


Text Example

White with #A064DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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