Html Css Color HEX #A06ABE Amethyst

📋 copy color: '#A06ABE'

red 160 ◦ green 106 ◦ blue 190

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

Shades of Amethyst #A06ABE

Tints of Amethyst #A06ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.25%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 35.09%
G = 23.25%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A06ABE (or 0xA06ABE) is known color: Amethyst. HEX triplet: A0, 6A and BE. RGB value is (160,106,190). Sum of RGB (Red+Green+Blue) = 160+106+190=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ABE is #5F9541. Grayscale: #838383. Windows color (decimal): -6264130 or 12479136. OLE color: 12479136.

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

Color convert

RGB 160 106 190 -
CMYK 0.16 0.44 0 0.25
HSL 278.57º 0.39% 0.58% -
HSV(B) 278.57º 0.44% 0.75% -
XYZ 28.95 21.5 51.34 -
YUV 131.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 160 106 190 0.16 0.44 0 0.25 278.57 0.39 0.58
Hex A0 6A BE 10 2C 0 19 117 27 3A
Octal 240 152 276 20 54 0 31 427 47 72
Binary 10100000 1101010 10111110 10000 101100 0 11001 100010111 100111 111010

Color Harmonies of #A06ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ABE

Black with #A06ABE

Text Example


Text Example

White with #A06ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ABE; }

 p { color: rgb(160,106,190); }

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

background-color css

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

 a { background-color: rgb(160,106,190); }

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

border-color css

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

 span { border-color: rgb(160,106,190); }

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