#A06BC0

Color #A06BC0 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A06BC0

Tints of Amethyst #A06BC0

Color information

#A06BC0 (or 0xA06BC0) is unknown color: approx Amethyst. HEX triplet: A0, 6B and C0. RGB value is (160,107,192). Sum of RGB (Red+Green+Blue) = 160+107+192=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #A06BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BC0 is #5F943F. Grayscale: #848484. Windows color (decimal): -6263872 or 12610464. OLE color: 12610464.

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

Color convert

RGB160107192-
CMYK0.170.4400.25
HSL277.41º40.28%58.63%-
HSV(B)277.41º44.27%75.29%-
XYZ29.2721.7952.53-
YUV132.54161.56147.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=34.86%
G=23.31%
B=41.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601071920.170.4400.25277.4140.2858.63
HexA06BC0112C019115283b
Octal24015330021540314255073
Binary1010000011010111100000010001101100011001100010101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06BC0; }

 p { color: rgb(160,107,192); }

 H1.HeaderClassName
 {
   color: #A06BC0;
 }
 .AnyTagClassName
 {
   color: #A06BC0;
 }
</style>
background-color css

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

 a { background-color: rgb(160,107,192); }

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

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

 span { border-color: rgb(160,107,192); }

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