Html Css Color HEX #A068CE Amethyst

📋 copy color: '#A068CE'

red 160 ◦ green 104 ◦ blue 206

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

Shades of Amethyst #A068CE

Tints of Amethyst #A068CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 34.04%
G = 22.13%
B = 43.83%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A068CE (or 0xA068CE) is known color: Amethyst. HEX triplet: A0, 68 and CE. RGB value is (160,104,206). Sum of RGB (Red+Green+Blue) = 160+104+206=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #A068CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068CE is #5F9731. Grayscale: #848484. Windows color (decimal): -6264626 or 13527200. OLE color: 13527200.

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

Color convert

RGB 160 104 206 -
CMYK 0.22 0.50 0 0.19
HSL 272.94º 0.51% 0.61% -
HSV(B) 272.94º 0.5% 0.81% -
XYZ 30.59 21.83 60.99 -
YUV 132.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 160 104 206 0.22 0.50 0 0.19 272.94 0.51 0.61
Hex A0 68 CE 16 32 0 13 111 33 3D
Octal 240 150 316 26 62 0 23 421 63 75
Binary 10100000 1101000 11001110 10110 110010 0 10011 100010001 110011 111101

Color Harmonies of #A068CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068CE

Black with #A068CE

Text Example


Text Example

White with #A068CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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