#A06FCB

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

Shades of Amethyst #A06FCB

Tints of Amethyst #A06FCB

Color information

#A06FCB (or 0xA06FCB) is unknown color: approx Amethyst. HEX triplet: A0, 6F and CB. RGB value is (160,111,203). Sum of RGB (Red+Green+Blue) = 160+111+203=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCB is #5F9034. Grayscale: #878787. Windows color (decimal): -6262837 or 13332384. OLE color: 13332384.

HSL color Cylindrical-coordinate representation of color #A06FCB: hue angle of 271.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06FCB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB160111203-
CMYK0.210.4500.20
HSL271.96º46.94%61.57%-
HSV(B)271.96º45.32%79.61%-
XYZ30.9623.1559.34-
YUV136.14165.73145.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 111 (43.75% from 255) = 23.42%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=33.76%
G=23.42%
B=42.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1601112030.210.4500.20271.9646.9461.57
HexA06FCB152D0141102f3e
Octal24015731325550244205776
Binary1010000011011111100101110101101101010100100010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FCB; }

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

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

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

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

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

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

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

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