Html Css Color HEX #A068C1 Amethyst

📋 copy color: '#A068C1'

red 160 ◦ green 104 ◦ blue 193

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

Shades of Amethyst #A068C1

Tints of Amethyst #A068C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 35.01%
G = 22.76%
B = 42.23%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A068C1 (or 0xA068C1) is known color: Amethyst. HEX triplet: A0, 68 and C1. RGB value is (160,104,193). Sum of RGB (Red+Green+Blue) = 160+104+193=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #A068C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068C1 is #5F973E. Grayscale: #828282. Windows color (decimal): -6264639 or 12675232. OLE color: 12675232.

HSL color Cylindrical-coordinate representation of color #A068C1: hue angle of 277.75º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A068C1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 104 193 -
CMYK 0.17 0.46 0 0.24
HSL 277.75º 0.42% 0.58% -
HSV(B) 277.75º 0.46% 0.76% -
XYZ 29.07 21.22 53.02 -
YUV 130.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 160 104 193 0.17 0.46 0 0.24 277.75 0.42 0.58
Hex A0 68 C1 11 2E 0 18 116 2A 3A
Octal 240 150 301 21 56 0 30 426 52 72
Binary 10100000 1101000 11000001 10001 101110 0 11000 100010110 101010 111010

Color Harmonies of #A068C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A068C1

Black with #A068C1

Text Example


Text Example

White with #A068C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A068C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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