Html Css Color HEX #A064CE Amethyst

📋 copy color: '#A064CE'

red 160 ◦ green 100 ◦ blue 206

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

Shades of Amethyst #A064CE

Tints of Amethyst #A064CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 34.33%
G = 21.46%
B = 44.21%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A064CE (or 0xA064CE) is known color: Amethyst. HEX triplet: A0, 64 and CE. RGB value is (160,100,206). Sum of RGB (Red+Green+Blue) = 160+100+206=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A064CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A064CE is #5F9B31. Grayscale: #818181. Windows color (decimal): -6265650 or 13526176. OLE color: 13526176.

HSL color Cylindrical-coordinate representation of color #A064CE: hue angle of 273.96º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A064CE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 100 206 -
CMYK 0.22 0.51 0 0.19
HSL 273.96º 0.52% 0.6% -
HSV(B) 273.96º 0.51% 0.81% -
XYZ 30.19 21.04 60.86 -
YUV 130.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 160 100 206 0.22 0.51 0 0.19 273.96 0.52 0.6
Hex A0 64 CE 16 33 0 13 112 34 3C
Octal 240 144 316 26 63 0 23 422 64 74
Binary 10100000 1100100 11001110 10110 110011 0 10011 100010010 110100 111100

Color Harmonies of #A064CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A064CE

Black with #A064CE

Text Example


Text Example

White with #A064CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A064CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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