Html Css Color HEX #A068BF Amethyst

📋 copy color: '#A068BF'

red 160 ◦ green 104 ◦ blue 191

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

Shades of Amethyst #A068BF

Tints of Amethyst #A068BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.98%

R = 35.16%
G = 22.86%
B = 41.98%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A068BF (or 0xA068BF) is known color: Amethyst. HEX triplet: A0, 68 and BF. RGB value is (160,104,191). Sum of RGB (Red+Green+Blue) = 160+104+191=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #A068BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068BF is #5F9740. Grayscale: #828282. Windows color (decimal): -6264641 or 12544160. OLE color: 12544160.

HSL color Cylindrical-coordinate representation of color #A068BF: hue angle of 278.62º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A068BF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 104 191 -
CMYK 0.16 0.46 0 0.25
HSL 278.62º 0.4% 0.58% -
HSV(B) 278.62º 0.46% 0.75% -
XYZ 28.85 21.14 51.85 -
YUV 130.66 162.05 148.93 -
System Red Green Blue C M Y K H S L
Decimal 160 104 191 0.16 0.46 0 0.25 278.62 0.4 0.58
Hex A0 68 BF 10 2E 0 19 117 28 3A
Octal 240 150 277 20 56 0 31 427 50 72
Binary 10100000 1101000 10111111 10000 101110 0 11001 100010111 101000 111010

Color Harmonies of #A068BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068BF

Black with #A068BF

Text Example


Text Example

White with #A068BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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