Html Css Color HEX #A06FC1 Amethyst

📋 copy color: '#A06FC1'

red 160 ◦ green 111 ◦ blue 193

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

Shades of Amethyst #A06FC1

Tints of Amethyst #A06FC1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

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

R = 34.48%
G = 23.92%
B = 41.59%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A06FC1 (or 0xA06FC1) is known color: Amethyst. HEX triplet: A0, 6F and C1. RGB value is (160,111,193). Sum of RGB (Red+Green+Blue) = 160+111+193=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #A06FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FC1 is #5F903E. Grayscale: #868686. Windows color (decimal): -6262847 or 12677024. OLE color: 12677024.

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

Color convert

RGB 160 111 193 -
CMYK 0.17 0.42 0 0.24
HSL 275.85º 0.4% 0.6% -
HSV(B) 275.85º 0.42% 0.76% -
XYZ 29.81 22.69 53.26 -
YUV 135 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 160 111 193 0.17 0.42 0 0.24 275.85 0.4 0.6
Hex A0 6F C1 11 2A 0 18 114 28 3C
Octal 240 157 301 21 52 0 30 424 50 74
Binary 10100000 1101111 11000001 10001 101010 0 11000 100010100 101000 111100

Color Harmonies of #A06FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FC1

Black with #A06FC1

Text Example


Text Example

White with #A06FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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